AttributeCallbackBuilder.AddCustomAttributes 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
제공된 특성의 내용을 이 작성기를 만든 특성 테이블에 추가합니다.
오버로드
AddCustomAttributes(Attribute[]) |
제공된 특성의 내용을 이 작성기를 만든 특성 테이블에 추가합니다. |
AddCustomAttributes(MemberDescriptor, Attribute[]) |
제공된 특성의 내용을 이 작성기를 만든 특성 테이블에 추가합니다. |
AddCustomAttributes(MemberInfo, Attribute[]) |
제공된 특성의 내용을 이 작성기를 만든 특성 테이블에 추가합니다. |
AddCustomAttributes(String, Attribute[]) |
제공된 특성의 내용을 이 작성기를 만든 특성 테이블에 추가합니다. |
AddCustomAttributes(DependencyProperty, Attribute[]) |
제공된 특성의 내용을 이 작성기를 만든 특성 테이블에 추가합니다. |
설명
특성이 테이블에 이미 포함된 다른 특성과 충돌하는 경우 추가된 마지막 특성은 이전 특성을 대체합니다.
특성은 에서 지정 CallbackType한 형식에만 추가할 수 있습니다.
AddCustomAttributes(Attribute[])
제공된 특성의 내용을 이 작성기를 만든 특성 테이블에 추가합니다.
public:
void AddCustomAttributes(... cli::array <Attribute ^> ^ attributes);
public void AddCustomAttributes (params Attribute[] attributes);
member this.AddCustomAttributes : Attribute[] -> unit
Public Sub AddCustomAttributes (ParamArray attributes As Attribute())
매개 변수
- attributes
- Attribute[]
테이블에 추가되는 특성입니다.
예외
attributes
이(가) null
인 경우
설명
특성이 테이블에 이미 포함된 다른 특성과 충돌하는 경우 추가된 마지막 특성은 이전 특성을 대체합니다.
특성은 에서 지정 CallbackType한 형식에만 추가할 수 있습니다.
적용 대상
AddCustomAttributes(MemberDescriptor, Attribute[])
제공된 특성의 내용을 이 작성기를 만든 특성 테이블에 추가합니다.
public:
void AddCustomAttributes(System::ComponentModel::MemberDescriptor ^ descriptor, ... cli::array <Attribute ^> ^ attributes);
public void AddCustomAttributes (System.ComponentModel.MemberDescriptor descriptor, params Attribute[] attributes);
member this.AddCustomAttributes : System.ComponentModel.MemberDescriptor * Attribute[] -> unit
Public Sub AddCustomAttributes (descriptor As MemberDescriptor, ParamArray attributes As Attribute())
매개 변수
- descriptor
- MemberDescriptor
특성이 추가되는 멤버입니다.
- attributes
- Attribute[]
테이블에 추가되는 특성입니다.
예외
descriptor
또는 attributes
가 null
인 경우
설명
특성이 테이블에 이미 포함된 다른 특성과 충돌하는 경우 추가된 마지막 특성은 이전 특성을 대체합니다.
특성은 에서 지정 CallbackType한 형식에만 추가할 수 있습니다.
적용 대상
AddCustomAttributes(MemberInfo, Attribute[])
제공된 특성의 내용을 이 작성기를 만든 특성 테이블에 추가합니다.
public:
void AddCustomAttributes(System::Reflection::MemberInfo ^ member, ... cli::array <Attribute ^> ^ attributes);
public void AddCustomAttributes (System.Reflection.MemberInfo member, params Attribute[] attributes);
member this.AddCustomAttributes : System.Reflection.MemberInfo * Attribute[] -> unit
Public Sub AddCustomAttributes (member As MemberInfo, ParamArray attributes As Attribute())
매개 변수
- member
- MemberInfo
특성이 추가되는 멤버입니다.
- attributes
- Attribute[]
테이블에 추가되는 특성입니다.
예외
member
또는 attributes
가 null
인 경우
설명
특성이 테이블에 이미 포함된 다른 특성과 충돌하는 경우 추가된 마지막 특성은 이전 특성을 대체합니다.
특성은 에서 지정 CallbackType한 형식에만 추가할 수 있습니다.
적용 대상
AddCustomAttributes(String, Attribute[])
제공된 특성의 내용을 이 작성기를 만든 특성 테이블에 추가합니다.
public:
void AddCustomAttributes(System::String ^ memberName, ... cli::array <Attribute ^> ^ attributes);
public void AddCustomAttributes (string memberName, params Attribute[] attributes);
member this.AddCustomAttributes : string * Attribute[] -> unit
Public Sub AddCustomAttributes (memberName As String, ParamArray attributes As Attribute())
매개 변수
- memberName
- String
특성이 추가되는 멤버의 이름입니다.
- attributes
- Attribute[]
테이블에 추가되는 특성입니다.
예외
memberName
또는 attributes
가 null
인 경우
설명
특성이 테이블에 이미 포함된 다른 특성과 충돌하는 경우 추가된 마지막 특성은 이전 특성을 대체합니다.
특성은 에서 지정 CallbackType한 형식에만 추가할 수 있습니다.
적용 대상
AddCustomAttributes(DependencyProperty, Attribute[])
제공된 특성의 내용을 이 작성기를 만든 특성 테이블에 추가합니다.
public:
void AddCustomAttributes(System::Windows::DependencyProperty ^ dp, ... cli::array <Attribute ^> ^ attributes);
public void AddCustomAttributes (System.Windows.DependencyProperty dp, params Attribute[] attributes);
member this.AddCustomAttributes : System.Windows.DependencyProperty * Attribute[] -> unit
Public Sub AddCustomAttributes (dp As DependencyProperty, ParamArray attributes As Attribute())
매개 변수
특성이 추가되는 종속성입니다.
- attributes
- Attribute[]
테이블에 추가되는 특성입니다.
예외
dp
또는 attributes
가 null
인 경우
설명
특성이 테이블에 이미 포함된 다른 특성과 충돌하는 경우 추가된 마지막 특성은 이전 특성을 대체합니다.
특성은 에서 지정 CallbackType한 형식에만 추가할 수 있습니다.
적용 대상
.NET