IExpando.AddProperty(String) 메서드

정의

Reflection 개체에 명명된 속성을 추가합니다.

public:
 System::Reflection::PropertyInfo ^ AddProperty(System::String ^ name);
public System.Reflection.PropertyInfo AddProperty (string name);
abstract member AddProperty : string -> System.Reflection.PropertyInfo
Public Function AddProperty (name As String) As PropertyInfo

매개 변수

name
String

속성의 이름입니다.

반환

PropertyInfo

추가된 속성을 나타내는 PropertyInfo 개체입니다.

예외

IExpando 개체가 이 메서드를 지원하지 않는 경우

적용 대상