TypeDescriptor.GetFullComponentName(Object) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
구성 요소의 정규화된 이름을 반환합니다.
public:
static System::String ^ GetFullComponentName(System::Object ^ component);
public static string GetFullComponentName(object component);
static member GetFullComponentName : obj -> string
Public Shared Function GetFullComponentName (component As Object) As String
매개 변수
반품
지정된 구성 요소의 정규화된 이름이거나 null 구성 요소에 이름이 없는 경우
예외
component은 null입니다.
설명
대부분의 경우 메서드는 GetFullComponentName 메서드와 동일한 값을 반환합니다 GetComponentName . 그러나 구성 요소가 중첩된 컨테이너에 있거나 다른 중첩된 의미 체계가 있는 경우 다른 정규화된 이름을 반환할 수 있습니다.