C# Класс System.Composition.SharedAttribute

Наследование: System.Composition.PartMetadataAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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.