次の方法で共有


SharedAttribute コンストラクター

定義

オーバーロード

SharedAttribute()

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

SharedAttribute(String)

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

SharedAttribute()

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

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

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

適用対象

SharedAttribute(String)

ソース:
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

共有の境界。

適用対象