Variant::Vt Property
Visual Studio 2015
Determines the type of the Variant object.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
public: property Variant::VariantType Vt { Variant::VariantType get(); void set(Variant::VariantType value); }
Property Value
Type: Microsoft.VisualStudio.Package::Variant::VariantTypeReturns a value from the Variant::VariantType enumeration, specifying the type of the variant.
Show: