CodeDomSerializerBase.GetPropertiesHelper 메서드

정의

프로젝트의 대상 버전의 .NET 정의된 속성 컬렉션을 가져옵니다.

protected:
 static System::ComponentModel::PropertyDescriptorCollection ^ GetPropertiesHelper(System::ComponentModel::Design::Serialization::IDesignerSerializationManager ^ manager, System::Object ^ instance, cli::array <Attribute ^> ^ attributes);
protected static System.ComponentModel.PropertyDescriptorCollection GetPropertiesHelper(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object instance, Attribute[] attributes);
static member GetPropertiesHelper : System.ComponentModel.Design.Serialization.IDesignerSerializationManager * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Protected Shared Function GetPropertiesHelper (manager As IDesignerSerializationManager, instance As Object, attributes As Attribute()) As PropertyDescriptorCollection

매개 변수

manager
IDesignerSerializationManager

serialization 관리자입니다.

instance
Object

대상 형식의 개체입니다.

attributes
Attribute[]

대상 버전의 .NET 전달할 특성 배열입니다.

반품

프로젝트의 대상 버전 .NET 정의된 속성 컬렉션입니다.

적용 대상