Udostępnij za pośrednictwem


ITextTemplatingComponents.InputFile Property

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

See Also

Reference

ITextTemplatingComponents Interface

Microsoft.VisualStudio.TextTemplating.VSHost Namespace