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

プロパティ値

BStrWrapper によりラップされるオブジェクト。

適用対象