Share via


PropertyPathReferencesProperty.SetProperty Method

Definition

Sets Property.

public:
 static void SetProperty(Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ newProperty);
[System.Diagnostics.DebuggerStepThrough]
public static void SetProperty (Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath element, Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty newProperty);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetProperty : Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath * Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty -> unit
Public Shared Sub SetProperty (element As PropertyPath, newProperty As DomainProperty)

Parameters

element
PropertyPath
newProperty
DomainProperty
Attributes

Applies to