IVarInfo.VTSType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the VTS type of the variable.
public:
property System::String ^ VTSType { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ VTSType { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743814)]
public string VTSType { [System.Runtime.InteropServices.DispId(1610743814)] get; [System.Runtime.InteropServices.DispId(1610743814)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] set; }
[<System.Runtime.InteropServices.DispId(1610743814)>]
[<get: System.Runtime.InteropServices.DispId(1610743814)>]
[<set: System.Runtime.InteropServices.DispId(1610743814)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
member this.VTSType : string with get, set
Public Property VTSType As String
Property Value
The VTS type of the variable.
- Attributes
Remarks
VTSType returns the VTS type of the parameter or variable. VTS specifies the variant parameter types designed for use with the OLE control classes of the Microsoft Foundation Class Library. See Variant Parameter Type Constants for a list of possible return values.