DevOpsWikiStrategy.IContextualAddressingStrategy.InitializeWithContext Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Binds the addressing strategy to the specified documentation context.
void IContextualAddressingStrategy.InitializeWithContext(IDocumentationContext context)Parameters
contextIDocumentationContext- The documentation context to bind to.
Exceptions
- ArgumentNullException
- Thrown when
contextisnull. - InvalidOperationException
- Thrown when the addressing strategy is already bound to a documentation context.
