Gets or sets the token processor for the file template.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Property FileTemplateProcessor As TokenProcessor
'使用
Dim instance As ProjectNode
Dim value As TokenProcessor
value = instance.FileTemplateProcessor
instance.FileTemplateProcessor = value
public TokenProcessor FileTemplateProcessor { get; set; }
public:
property TokenProcessor^ FileTemplateProcessor {
TokenProcessor^ get ();
void set (TokenProcessor^ value);
}
public function get FileTemplateProcessor () : TokenProcessor
public function set FileTemplateProcessor (value : TokenProcessor)
Property Value
Type: Microsoft.VisualStudio.Package.TokenProcessor
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.