Share via


BaseCodeGenerator.InputFilePath Property

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost (in Microsoft.VisualStudio.TextTemplating.VSHost.dll)

Syntax

'Declaration
Protected ReadOnly Property InputFilePath As String
'Usage
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

.NET Framework Security

See Also

Reference

BaseCodeGenerator Class

BaseCodeGenerator Members

Microsoft.VisualStudio.TextTemplating.VSHost Namespace