IDesignerGlyphProviderService.RemoveGlyphProvider 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.
Removes the class that implements the IDesignerGlyphProvider interface to the list of glyph providers that an activity designer uses.
public:
void RemoveGlyphProvider(System::Workflow::ComponentModel::Design::IDesignerGlyphProvider ^ glyphProvider);
public void RemoveGlyphProvider (System.Workflow.ComponentModel.Design.IDesignerGlyphProvider glyphProvider);
abstract member RemoveGlyphProvider : System.Workflow.ComponentModel.Design.IDesignerGlyphProvider -> unit
Public Sub RemoveGlyphProvider (glyphProvider As IDesignerGlyphProvider)
Parameters
- glyphProvider
- IDesignerGlyphProvider
The IDesignerGlyphProvider to remove.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.