共用方式為


ApplicationModel.Properties 屬性

定義

取得與所有動作相關聯的一組屬性。 這些屬性將會複製到 Properties

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

屬性值

實作

適用於