ITextTemplatingComponents.InputFile Property
The input filename that the host uses to report errors
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)
Syntax
'Declaration
Property InputFile As String
string InputFile { get; set; }
property String^ InputFile {
String^ get ();
void set (String^ value);
}
abstract InputFile : string with get, set
function get InputFile () : String
function set InputFile (value : String)
Property Value
Type: 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.