CppInlineNamespaceAttribute(String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的点命名空间名称初始化类的新实例 CppInlineNamespaceAttribute 。
public:
CppInlineNamespaceAttribute(System::String ^ dottedName);
public CppInlineNamespaceAttribute(string dottedName);
new System.Runtime.CompilerServices.CppInlineNamespaceAttribute : string -> System.Runtime.CompilerServices.CppInlineNamespaceAttribute
Public Sub New (dottedName As String)
参数
- dottedName
- String
定义的命名空间的虚线名称。