共用方式為


BStrWrapper.WrappedObject 屬性

定義

取得要當做型別 VT_BSTR 封送處理的已包裝 String 物件。

public:
 property System::String ^ WrappedObject { System::String ^ get(); };
public string WrappedObject { get; }
public string? WrappedObject { get; }
member this.WrappedObject : string
Public ReadOnly Property WrappedObject As String

屬性值

String

BStrWrapper 所包裝的物件。

適用於