Share via


CodeGenerationUtilities.GetPropertyHandlerName(DomainProperty) Method

Definition

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

Returns

Applies to