BaseCodeGenerator.InputFilePath Property

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

See Also

Reference

BaseCodeGenerator Class

BaseCodeGenerator Members

Microsoft.VisualStudio.TextTemplating.VSHost Namespace