DomainRoleImplementedByCollectionType.SetCollectionType 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置 CollectionType。
public:
static void SetCollectionType(Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::ExternalType ^ newExternalType);
[System.Diagnostics.DebuggerStepThrough]
public static void SetCollectionType (Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole element, Microsoft.VisualStudio.Modeling.DslDefinition.ExternalType newExternalType);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetCollectionType : Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole * Microsoft.VisualStudio.Modeling.DslDefinition.ExternalType -> unit
Public Shared Sub SetCollectionType (element As DomainRole, newExternalType As ExternalType)
参数
- element
- DomainRole
- newExternalType
- ExternalType
- 属性