StyleSet(StyleSet) Constructor
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.
Creates an instance of the StyleSet linking the current one to its parent.
public:
StyleSet(Microsoft::VisualStudio::Modeling::Diagrams::StyleSet ^ parent);
public StyleSet (Microsoft.VisualStudio.Modeling.Diagrams.StyleSet parent);
new Microsoft.VisualStudio.Modeling.Diagrams.StyleSet : Microsoft.VisualStudio.Modeling.Diagrams.StyleSet -> Microsoft.VisualStudio.Modeling.Diagrams.StyleSet
Public Sub New (parent As StyleSet)
Parameters
- parent
- StyleSet
Parent StyleSet that this one links to.