TypeDescriptionProvider.GetFullComponentName(Object) 메서드

정의

지정된 구성 요소의 이름을 가져오거나 null 구성 요소에 이름이 없는 경우

public:
 virtual System::String ^ GetFullComponentName(System::Object ^ component);
public virtual string GetFullComponentName(object component);
abstract member GetFullComponentName : obj -> string
override this.GetFullComponentName : obj -> string
Public Overridable Function GetFullComponentName (component As Object) As String

매개 변수

component
Object

지정된 구성 요소입니다.

반품

지정된 구성 요소의 이름입니다.

예외

componentnull입니다.

적용 대상