SharedAttribute コンストラクター

定義

オーバーロード

名前 説明
SharedAttribute()

グローバル共有としてマークされた SharedAttribute クラスの新しいインスタンスを初期化します。

SharedAttribute(String)

指定した共有境界を使用して、 SharedAttribute クラスの新しいインスタンスを初期化します。

SharedAttribute()

ソース:
SharedAttribute.cs
ソース:
SharedAttribute.cs
ソース:
SharedAttribute.cs
ソース:
SharedAttribute.cs

グローバル共有としてマークされた SharedAttribute クラスの新しいインスタンスを初期化します。

public:
 SharedAttribute();
public SharedAttribute();
Public Sub New ()

適用対象

SharedAttribute(String)

ソース:
SharedAttribute.cs
ソース:
SharedAttribute.cs
ソース:
SharedAttribute.cs
ソース:
SharedAttribute.cs

指定した共有境界を使用して、 SharedAttribute クラスの新しいインスタンスを初期化します。

public:
 SharedAttribute(System::String ^ sharingBoundaryName);
public SharedAttribute(string sharingBoundaryName);
new System.Composition.SharedAttribute : string -> System.Composition.SharedAttribute
Public Sub New (sharingBoundaryName As String)

パラメーター

sharingBoundaryName
String

共有境界。

適用対象