ITextTemplatingComponents.InputFile-Eigenschaft

Ruft den Vorlagendateinamen ab, auf den der Host beim Melden von Fehlern verweist, oder legt diesen fest. Dieser kann NULL sein.

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
    Get
    Set
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)

Eigenschaftswert

Typ: System.String

Hinweise

Siehe das Beispiel in Host.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextTemplatingComponents Schnittstelle

Microsoft.VisualStudio.TextTemplating.VSHost-Namespace