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

序列化管理器。

instance
Object

目標類型的物件。

attributes
Attribute[]

一組屬性陣列,要傳遞給目標版本的 .NET。

傳回

一組依專案目標版本 .NET 定義的屬性集合。

適用於