CodeGenerationUtilities.GetPropertyDefaultValueAttribute 方法

定义

获取 System.componentmodel 的构造函数的字符串。

public:
 static System::String ^ GetPropertyDefaultValueAttribute(Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ property);
public static string GetPropertyDefaultValueAttribute (Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty property);
static member GetPropertyDefaultValueAttribute : Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty -> string
Public Shared Function GetPropertyDefaultValueAttribute (property As DomainProperty) As String

参数

property
DomainProperty

返回

String

适用于