Variant::Value Property

 

Determines the value of this Variant object.

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

public:
property long long Value {
	long long get();
	void set(long long value);
}

Property Value

Type: System::Int64

Returns a number that is a literal interpretation of the object's pointer.

The value returned from this property is not a conversion from some other type but the actual numerical value of the original variant's pointer. This property has little practical value as a result.

Return to top
Show: