Variant.Vt Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the type of the Variant object.
public:
property Microsoft::VisualStudio::Package::Variant::VariantType Vt { Microsoft::VisualStudio::Package::Variant::VariantType get(); void set(Microsoft::VisualStudio::Package::Variant::VariantType value); };
public Microsoft.VisualStudio.Package.Variant.VariantType Vt { get; set; }
member this.Vt : Microsoft.VisualStudio.Package.Variant.VariantType with get, set
Public Property Vt As Variant.VariantType
Property Value
Returns a value from the Variant.VariantType enumeration, specifying the type of the variant.