TypeExtension.TypeName 속성

정의

이 태그 확장으로 표시되는 형식 이름을 가져오거나 설정합니다.

public:
 property System::String ^ TypeName { System::String ^ get(); void set(System::String ^ value); };
public string TypeName { get; set; }
member this.TypeName : string with get, set
Public Property TypeName As String

속성 값

형식을 식별하는 문자열입니다. 이 문자열은 형식 접두사:className을 사용합니다. (접두사는 XML 네임스페이스에 대한 매핑 접두사이며 WPF(http://schemas.microsoft.com/winfx/2006/xaml/presentation)의 기본 XML 네임스페이스에 매핑되지 않은 형식을 참조하는 데만 필요합니다.

예외

null로 설정하려고 한 경우

적용 대상