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

See Also

Reference

ITextTemplatingComponents Interface

Microsoft.VisualStudio.TextTemplating.VSHost Namespace