共用方式為


CodeDomSerializerBase.GetAttributesFromTypeHelper 方法

定義

取得專案之 .NET 目標版本中所定義的屬性集合。

protected:
 static System::ComponentModel::AttributeCollection ^ GetAttributesFromTypeHelper(System::ComponentModel::Design::Serialization::IDesignerSerializationManager ^ manager, Type ^ type);
protected static System.ComponentModel.AttributeCollection GetAttributesFromTypeHelper (System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, Type type);
static member GetAttributesFromTypeHelper : System.ComponentModel.Design.Serialization.IDesignerSerializationManager * Type -> System.ComponentModel.AttributeCollection
Protected Shared Function GetAttributesFromTypeHelper (manager As IDesignerSerializationManager, type As Type) As AttributeCollection

參數

manager
IDesignerSerializationManager

序列化管理員。

type
Type

目標型別。

傳回

專案之 .NET 目標版本中所定義的屬性集合。

適用於