Sdílet prostřednictvím


IVarInfo.Type – vlastnost

Získá nebo nastaví typ proměnné.

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Deklarace
Property Type As String
string Type { get; set; }
property String^ Type {
    String^ get ();
    void set (String^ value);
}
abstract Type : string with get, set
function get Type () : String
function set Type (value : String)

Hodnota vlastnosti

Typ: System.String
Typ proměnné.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVarInfo Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů