DesignerNamespaceResolveEventArgs.NamespaceName 属性

定义

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

此 API 支持产品基础结构,不能在代码中直接使用。

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

属性值

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

适用于