Sdílet prostřednictvím


ITextTemplatingComponents.InputFile – vlastnost

Vstupní název souboru, který hostitel používá k hlášení chyb

Obor názvů:  Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení:  Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (v Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITextTemplatingComponents Rozhraní

Microsoft.VisualStudio.TextTemplating.VSHost – obor názvů