Share via


MetadataBuilder.AddProperty 메서드

정의

속성 정의를 추가합니다.

public:
 System::Reflection::Metadata::PropertyDefinitionHandle AddProperty(System::Reflection::PropertyAttributes attributes, System::Reflection::Metadata::StringHandle name, System::Reflection::Metadata::BlobHandle signature);
public System.Reflection.Metadata.PropertyDefinitionHandle AddProperty (System.Reflection.PropertyAttributes attributes, System.Reflection.Metadata.StringHandle name, System.Reflection.Metadata.BlobHandle signature);
member this.AddProperty : System.Reflection.PropertyAttributes * System.Reflection.Metadata.StringHandle * System.Reflection.Metadata.BlobHandle -> System.Reflection.Metadata.PropertyDefinitionHandle
Public Function AddProperty (attributes As PropertyAttributes, name As StringHandle, signature As BlobHandle) As PropertyDefinitionHandle

매개 변수

attributes
PropertyAttributes

속성 특성입니다.

name
StringHandle

속성 이름입니다.

signature
BlobHandle

속성의 시그니처입니다.

반환

추가된 속성 정의에 대한 핸들입니다.

적용 대상