IParamInfo.VTSType 属性

定义

获取或设置参数的 VTS 类型。

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

属性值

String

参数的 VTS 类型。

属性

注解

VTS 指定为与 Microsoft 基础类库的 OLE 控件类一起使用而设计的变量参数类型。

适用于