StructuredClassifierExtensions::CreatePart Method (IStructuredClassifier^, IComponent^)

 

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.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

public:
[ExtensionAttribute]
static IProperty^ CreatePart(
	IStructuredClassifier^ structuredClassifier,
	IComponent^ propertyType
)
Return to top
Show: