SharedAttribute 생성자

정의

오버로드

Name Description
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

공유 경계입니다.

적용 대상