CodeGenerationUtilities.GetPropertyHandlerName(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 name of a property handler for a property
public:
static System::String ^ GetPropertyHandlerName(Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ property);
public static string GetPropertyHandlerName (Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty property);
static member GetPropertyHandlerName : Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty -> string
Public Shared Function GetPropertyHandlerName (property As DomainProperty) As String
Parameters
- property
- DomainProperty