Share via


ContextAttribute(String) コンストラクター

定義

名前を指定して ContextAttribute クラスのインスタンスを作成します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 ContextAttribute(System::String ^ name);
public ContextAttribute (string name);
new System.Runtime.Remoting.Contexts.ContextAttribute : string -> System.Runtime.Remoting.Contexts.ContextAttribute
Public Sub New (name As String)

パラメーター

name
String

コンテキスト属性の名前。

適用対象