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