IParamInfo.VTSType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置参数的 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
属性值
参数的 VTS 类型。
- 属性
注解
VTS 指定为与 Microsoft 基础类库的 OLE 控件类一起使用而设计的变量参数类型。