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。

適用於