Share via


Variant.Vt Property

Definition

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.

Applies to