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 包装的对象。

适用于