NamespaceResolveEventArgs.NamespaceName 属性

定义

获取要解析的命名空间的名称。

public:
 property System::String ^ NamespaceName { System::String ^ get(); };
public string NamespaceName { get; }
member this.NamespaceName : string
Public ReadOnly Property NamespaceName As String

属性值

要解析的命名空间的名称。

适用于