Share via


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

定義された名前空間の点線の名前。

適用対象