GraphConditionalStyleCollection.FindStyle(String) 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.
Find existing style by groupLabel
public:
Microsoft::VisualStudio::GraphModel::Styles::GraphConditionalStyle ^ FindStyle(System::String ^ groupLabel);
public Microsoft.VisualStudio.GraphModel.Styles.GraphConditionalStyle FindStyle (string groupLabel);
member this.FindStyle : string -> Microsoft.VisualStudio.GraphModel.Styles.GraphConditionalStyle
Public Function FindStyle (groupLabel As String) As GraphConditionalStyle
Parameters
- groupLabel
- String