ShapeElement::FindDecorator Method (String^)
Visual Studio 2015
Finds the shape decorator that has a given name.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- decoratorName
-
Type:
System::String^
The name of the decorator.
public static DslDiagrams::Decorator FindCommentConnectorDecorator(string decoratorName) { if(decorators == null) return null; return DslDiagrams::ShapeElement.FindDecorator(decorators, decoratorName); }
Show: