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 정의된 특성 컬렉션입니다.

적용 대상