OpenApiWorkspace.ResolveReference(OpenApiReference) 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.
Returns the target of an OpenApiReference from within the workspace.
public Microsoft.OpenApi.Interfaces.IOpenApiReferenceable ResolveReference (Microsoft.OpenApi.Models.OpenApiReference reference);
member this.ResolveReference : Microsoft.OpenApi.Models.OpenApiReference -> Microsoft.OpenApi.Interfaces.IOpenApiReferenceable
Public Function ResolveReference (reference As OpenApiReference) As IOpenApiReferenceable
Parameters
- reference
- OpenApiReference
An instance of an OpenApiReference