Variant::Value Property
Visual Studio 2015
Determines the value of this Variant object.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::Int64Returns 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.
Show: