XmlnsDefinitionAttribute.AssemblyName 속성

정의

특성과 연관된 어셈블리의 이름을 가져오거나 설정합니다.

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

속성 값

어셈블리 이름입니다.

설명

어셈블리 이름이 특성 자체에서 설정되지 않은 경우 특성이 적용되는 어셈블리에 따라 정보를 결정해야 합니다. 이 작업은 리플렉션 API를 사용하거나 잠재적으로 XAML 스키마 컨텍스트에 액세스하여 수행할 수 있습니다.

적용 대상