CardStoreScopeContextCreate - метод
Создаёт область операции, в которой заданный контекст будет являться текущим.
Пространство имён: Tessa.Cards.ComponentModelСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static IScopeContextInstance<ICardStoreScopeContext> Create(
ICardStoreScopeContext context
)
Public Shared Function Create (
context As ICardStoreScopeContext
) As IScopeContextInstance(Of ICardStoreScopeContext)
public:
static IScopeContextInstance<ICardStoreScopeContext^>^ Create(
ICardStoreScopeContext^ context
)
static member Create :
context : ICardStoreScopeContext -> IScopeContextInstance<ICardStoreScopeContext>
- context ICardStoreScopeContext
- Контекст, для которого создаётся область операции.
IScopeContextInstanceICardStoreScopeContextОбласть операции, в которой заданный контекст будет являться текущим.