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)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function CreatePart ( _
    structuredClassifier As IStructuredClassifier, _
    propertyType As IComponent _
) As IProperty
public static IProperty CreatePart(
    this IStructuredClassifier structuredClassifier,
    IComponent propertyType
)
[ExtensionAttribute]
public:
static IProperty^ CreatePart(
    IStructuredClassifier^ structuredClassifier, 
    IComponent^ propertyType
)
static member CreatePart : 
        structuredClassifier:IStructuredClassifier * 
        propertyType:IComponent -> IProperty 
public static function CreatePart(
    structuredClassifier : IStructuredClassifier, 
    propertyType : IComponent
) : IProperty

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Classes.IProperty

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IStructuredClassifier. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

StructuredClassifierExtensions Class

CreatePart Overload

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace