NamespaceResolveEventArgs.NamespaceName 속성
정의
확인할 네임스페이스의 이름을 가져옵니다.Gets the name of the namespace to resolve.
public:
property System::String ^ NamespaceName { System::String ^ get(); };
public string NamespaceName { get; }
member this.NamespaceName : string
Public ReadOnly Property NamespaceName As String
속성 값
확인할 네임스페이스의 이름입니다.The name of the namespace to resolve.