Share via


BaseCodeGenerator.InputFilePath Property

file-path for the input file.

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

Syntax

'Declaration
Protected ReadOnly Property InputFilePath As String
protected string InputFilePath { get; }
protected:
property String^ InputFilePath {
    String^ get ();
}
member InputFilePath : string with get
function get InputFilePath () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BaseCodeGenerator Class

Microsoft.VisualStudio.TextTemplating.VSHost Namespace