Share via


CodeGenerationUtilities.GetBasePropertyHandlerName(DomainProperty) Method

Definition

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

Returns

Applies to