Share via


OpenObject.Properties 屬性

定義

取得要擴充物件的屬性封包。

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ Properties { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,object> Properties { get; }
member this.Properties : System.Collections.Generic.Dictionary<string, obj>
Public ReadOnly Property Properties As Dictionary(Of String, Object)

屬性值

要擴充物件的屬性封包。

適用於