Partager via


IParamInfo.VariantType, propriété

Obtient ou définit le type de variante du paramètre.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
Property VariantType As String
string VariantType { get; set; }
property String^ VariantType {
    String^ get ();
    void set (String^ value);
}
abstract VariantType : string with get, set
function get VariantType () : String 
function set VariantType (value : String)

Valeur de propriété

Type : String
Type variant du paramètre.

Notes

VariantType retourne le type variant du paramètre ou la variable.

Sécurité .NET Framework

Voir aussi

Référence

IParamInfo Interface

Microsoft.VisualStudio.VsWizard, espace de noms