API Reference
Cmdlet
Get-OfficeVisioStencilCatalog
Gets built-in or package-backed OfficeIMO Visio stencil catalogs.
Remarks
Gets built-in or package-backed OfficeIMO Visio stencil catalogs.
Examples
Load and inspect the flowchart stencil catalog.
PS>
$catalog = Get-OfficeVisioStencilCatalog -BuiltIn Flowchart
Find-OfficeVisioStencil -Catalog $catalog -Query decision -First 3
Gets a built-in catalog and searches it before using stencils in a diagram.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Get-OfficeVisioStencilCatalog [-BuiltIn <All>] [<CommonParameters>]#Parameter set:
BuiltInParameters
- BuiltIn OfficeVisioBuiltInStencilCatalog
- Built-in OfficeIMO stencil catalog to return.
- Possible values:
All,BasicShapes,Flowchart,BlockDiagram,Architecture,Network,Infrastructure,Cloud,SecurityIdentity,ContainersKubernetes,DataPlatform,CollaborationBusiness,Swimlane,OrgChart,Timeline,Sequence
Outputs
OfficeIMO.Visio.Stencils.VisioStencilCatalog
Get-OfficeVisioStencilCatalog [-CatalogName <String>] [-Category <String>] [-DefaultHeight <Double>] [-DefaultWidth <Double>] [-IdPrefix <String>] [-IncludeUnsupportedMasters] [-MasterName <String[]>] [-NoConnectionPointMetadata] [-NoLearnMasterDimensions] [-NoPreviewImageMetadata] -Path <String[]> [-Recurse] [<CommonParameters>]#Parameter set:
PathParameters
- CatalogName String
- Catalog display name when loading package metadata.
- Category String
- Category assigned to package-backed stencil shapes.
- DefaultHeight Double
- Default height for package-backed stencils when dimensions cannot be learned.
- DefaultWidth Double
- Default width for package-backed stencils when dimensions cannot be learned.
- IdPrefix String
- Stable id prefix for package-backed stencil shapes.
- IncludeUnsupportedMasters SwitchParameter
- Include unsupported package masters as generic generated masters.
- MasterName String[]
- Optional master filters for package-backed catalogs.
- NoConnectionPointMetadata SwitchParameter
- Skip reading source connection point metadata from package master parts.
- NoLearnMasterDimensions SwitchParameter
- Skip reading master dimensions from package master parts.
- NoPreviewImageMetadata SwitchParameter
- Skip reading preview image relationship metadata from package master parts.
- Path String[]
- Visio package, package directory, or OfficeIMO native stencil manifest path.
- Recurse SwitchParameter
- Search directories recursively.
Outputs
OfficeIMO.Visio.Stencils.VisioStencilCatalog
Get-OfficeVisioStencilCatalog [-CatalogName <String>] [-Category <String>] [-DefaultHeight <Double>] [-DefaultWidth <Double>] [-IdPrefix <String>] [-IncludeUnsupportedMasters] -Installed [-MasterName <String[]>] [-NoConnectionPointMetadata] [-NoLearnMasterDimensions] [-NoPreviewImageMetadata] [<CommonParameters>]#Parameter set:
InstalledParameters
- CatalogName String
- Catalog display name when loading package metadata.
- Category String
- Category assigned to package-backed stencil shapes.
- DefaultHeight Double
- Default height for package-backed stencils when dimensions cannot be learned.
- DefaultWidth Double
- Default width for package-backed stencils when dimensions cannot be learned.
- IdPrefix String
- Stable id prefix for package-backed stencil shapes.
- IncludeUnsupportedMasters SwitchParameter
- Include unsupported package masters as generic generated masters.
- Installed SwitchParameter
- Discover installed Microsoft Visio stencils and templates.
- MasterName String[]
- Optional master filters for package-backed catalogs.
- NoConnectionPointMetadata SwitchParameter
- Skip reading source connection point metadata from package master parts.
- NoLearnMasterDimensions SwitchParameter
- Skip reading master dimensions from package master parts.
- NoPreviewImageMetadata SwitchParameter
- Skip reading preview image relationship metadata from package master parts.
Outputs
OfficeIMO.Visio.Stencils.VisioStencilCatalog