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

serialization 관리자입니다.

type
Type

대상 형식입니다.

반환

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

적용 대상