Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost (in Microsoft.VisualStudio.TextTemplating.VSHost.dll)
Syntax
'宣言
Protected ReadOnly Property InputFilePath As String
'使用
Dim value As String
value = Me.InputFilePath
protected string InputFilePath { get; }
protected:
property String^ InputFilePath {
String^ get ();
}
protected function get InputFilePath () : String
Property Value
Type: System.String
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.