VCCodeDelegate.TypeString 属性

定义

获取或设置使用类型的字符串表示形式的父对象的类型。

public:
 property System::String ^ TypeString { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ TypeString { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(577)]
public string TypeString { [System.Runtime.InteropServices.DispId(577)] get; [System.Runtime.InteropServices.DispId(577)] set; }
[<System.Runtime.InteropServices.DispId(577)>]
[<get: System.Runtime.InteropServices.DispId(577)>]
[<set: System.Runtime.InteropServices.DispId(577)>]
member this.TypeString : string with get, set
Public Property TypeString As String

属性值

String

父对象的类型

属性

适用于