StructuredClassifierExtensions::CreatePart Method (IStructuredClassifier^, IComponent^)
Visual Studio 2015
Create a new Part, with a given type, or with a new type. Specify a null type to create a new Component as the type of the Part.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
public: [ExtensionAttribute] static IProperty^ CreatePart( IStructuredClassifier^ structuredClassifier, IComponent^ propertyType )
Parameters
- structuredClassifier
- Type: Microsoft.VisualStudio.Uml.CompositeStructures::IStructuredClassifier^
- propertyType
- Type: Microsoft.VisualStudio.Uml.Components::IComponent^
Return Value
Type: Microsoft.VisualStudio.Uml.Classes::IProperty^
Show: