OpenApiWorkspace.RegisterComponents(OpenApiDocument) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers a document's components into the workspace
public void RegisterComponents(Microsoft.OpenApi.OpenApiDocument document);
member this.RegisterComponents : Microsoft.OpenApi.OpenApiDocument -> unit
Public Sub RegisterComponents (document As OpenApiDocument)
Parameters
- document
- OpenApiDocument