DesignerSerializationManager.IDesignerSerializationManager.Properties 属性

定义

实现 Properties 属性。

property System::ComponentModel::PropertyDescriptorCollection ^ System::ComponentModel::Design::Serialization::IDesignerSerializationManager::Properties { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.Design.Serialization.IDesignerSerializationManager.Properties { get; }
member this.System.ComponentModel.Design.Serialization.IDesignerSerializationManager.Properties : System.ComponentModel.PropertyDescriptorCollection
 ReadOnly Property Properties As PropertyDescriptorCollection Implements IDesignerSerializationManager.Properties

属性值

包含要进行序列化的属性的 PropertyDescriptorCollection

实现

注解

此成员是显式接口成员的实现。 它只能在 DesignerSerializationManager 实例被强制转换为 IDesignerSerializationManager 接口时使用。

适用于