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
- 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.