C# 클래스 System.Composition.SharedAttribute

상속: System.Composition.PartMetadataAttribute
파일 보기 프로젝트 열기: mikedn/runtime

공개 메소드들

메소드 설명
SharedAttribute ( )

Mark a part as globally shared.

SharedAttribute ( string sharingBoundaryName )

Construct a SharedAttribute for the specified boundary name.

메소드 상세

SharedAttribute() 공개 메소드

Mark a part as globally shared.
public SharedAttribute ( )

SharedAttribute() 공개 메소드

Construct a SharedAttribute for the specified boundary name.
public SharedAttribute ( string sharingBoundaryName )
sharingBoundaryName string The boundary outside of which this part is inaccessible.