CodeGenerationUtilities.GetBasePropertyHandlerName(DomainProperty) 方法

定义

获取给定属性的 PropertyHandler 的基类。 如果基类是一个计算属性,则它是不同的。

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

参数

property
DomainProperty

返回

String

适用于