CodeGenerationUtilities.GetBasePropertyHandlerName(DomainProperty) 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.
Gets the base class for the PropertyHandler for the given property. The base class is different if it's a calculated property.
public:
static System::String ^ GetBasePropertyHandlerName(Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ property);
public static string GetBasePropertyHandlerName (Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty property);
static member GetBasePropertyHandlerName : Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty -> string
Public Shared Function GetBasePropertyHandlerName (property As DomainProperty) As String
Parameters
- property
- DomainProperty