Variant.Vt Property

Determines the type of the Variant object.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

'宣言
Public Property Vt As Variant..::.VariantType
'使用
Dim instance As Variant
Dim value As Variant..::.VariantType

value = instance.Vt

instance.Vt = value
public Variant..::.VariantType Vt { get; set; }
public:
property Variant..::.VariantType Vt {
    Variant..::.VariantType get ();
    void set (Variant..::.VariantType value);
}
public function get Vt () : Variant..::.VariantType
public function set Vt (value : Variant..::.VariantType)

Property Value

Type: Microsoft.VisualStudio.Package.Variant.VariantType

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

Permissions

See Also

Reference

Variant Structure

Variant Members

Microsoft.VisualStudio.Package Namespace