C# Class System.Composition.SharedAttribute

Inheritance: System.Composition.PartMetadataAttribute
Afficher le fichier Open project: mikedn/runtime

Méthodes publiques

Méthode Description
SharedAttribute ( )

Mark a part as globally shared.

SharedAttribute ( string sharingBoundaryName )

Construct a SharedAttribute for the specified boundary name.

Method Details

SharedAttribute() public méthode

Mark a part as globally shared.
public SharedAttribute ( )

SharedAttribute() public méthode

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