DomainPropertyInfo.ValueHandler Property
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.
Gets the property value handler for this property.
public:
property Microsoft::VisualStudio::Modeling::DomainPropertyValueHandler ^ ValueHandler { Microsoft::VisualStudio::Modeling::DomainPropertyValueHandler ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public Microsoft.VisualStudio.Modeling.DomainPropertyValueHandler ValueHandler { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ValueHandler : Microsoft.VisualStudio.Modeling.DomainPropertyValueHandler
Public ReadOnly Property ValueHandler As DomainPropertyValueHandler
Property Value
Microsoft.VisualStudio.Modeling.DomainPropertyValueHandler
- Attributes