ControllerModel.Properties 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与控制器关联的一组属性。 这些属性将复制到 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)属性值
实现
注解
条目优先于 中具有相同键的 Properties条目。