PropertyHasType.SetType(DomainProperty, DomainType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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