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

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

適用対象