IParamInfo.VTSType Property

Definition

Gets or sets the VTS type of the parameter.

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] set; }
[<System.Runtime.InteropServices.DispId(1610743814)>]
[<get: System.Runtime.InteropServices.DispId(1610743814)>]
[<set: System.Runtime.InteropServices.DispId(1610743814)>]
[<set: System.Runtime.InteropServices.TypeLibFunc>]
member this.VTSType : string with get, set
Public Property VTSType As String

Property Value

the VTS type of the parameter.

Attributes

Remarks

VTS specifies the variant parameter types designed for use with the OLE control classes of the Microsoft Foundation Class Library.

Applies to