Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property Vt As Variant.VariantType
'Usage
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.