Share via


DomainRoleImplementedByCollectionType.SetCollectionType Method

Sets CollectionType.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Public Shared Sub SetCollectionType ( _
    element As DomainRole, _
    newExternalType As ExternalType _
)
public static void SetCollectionType(
    DomainRole element,
    ExternalType newExternalType
)
public:
static void SetCollectionType(
    DomainRole^ element, 
    ExternalType^ newExternalType
)
static member SetCollectionType : 
        element:DomainRole * 
        newExternalType:ExternalType -> unit
public static function SetCollectionType(
    element : DomainRole, 
    newExternalType : ExternalType
)

Parameters

.NET Framework Security

See Also

Reference

DomainRoleImplementedByCollectionType Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace