PropertyPathReferencesProperty.SetProperty 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 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