CppInlineNamespaceAttribute(String) 建構函式

定義

初始化一個以指定虛點命名空間名稱的新類別實例 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

定義命名空間的點名。

適用於