PropertyHasType.SetType(DomainProperty, DomainType) Method

Definition

Sets Type.

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)

Parameters

element
DomainProperty
newType
DomainType
Attributes

Applies to