ElementPropertyDescriptor.CanSetProperty 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.
public:
static bool CanSetProperty(Microsoft::VisualStudio::Modeling::ModelElement ^ element, Microsoft::VisualStudio::Modeling::DomainPropertyInfo ^ propertyInfo);
public static bool CanSetProperty (Microsoft.VisualStudio.Modeling.ModelElement element, Microsoft.VisualStudio.Modeling.DomainPropertyInfo propertyInfo);
static member CanSetProperty : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.DomainPropertyInfo -> bool
Public Shared Function CanSetProperty (element As ModelElement, propertyInfo As DomainPropertyInfo) As Boolean
Parameters
- element
- ModelElement
- propertyInfo
- DomainPropertyInfo