Variant::Vt Property

 

Determines the type of the Variant object.

Namespace:   Microsoft.VisualStudio.Package
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::VariantType

Returns a value from the Variant::VariantType enumeration, specifying the type of the variant.

Return to top
Show: