Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- element
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole
- newExternalType
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ExternalType
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.