Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get or set the template filename that the host references when reporting errors. Can be null.
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: System.String
Remarks
See the example in Host.
.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.