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

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

適用対象