SharedAttribute 构造函数

定义

重载

名称 说明
SharedAttribute()

初始化标记为全局共享的 SharedAttribute 类的新实例。

SharedAttribute(String)

使用指定的共享边界初始化类的新实例 SharedAttribute

SharedAttribute()

Source:
SharedAttribute.cs
Source:
SharedAttribute.cs
Source:
SharedAttribute.cs
Source:
SharedAttribute.cs

初始化标记为全局共享的 SharedAttribute 类的新实例。

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

适用于

SharedAttribute(String)

Source:
SharedAttribute.cs
Source:
SharedAttribute.cs
Source:
SharedAttribute.cs
Source:
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

共享边界。

适用于