Freigeben über


CodeGenerationUtilities.GetPropertyDefaultValueAttribute Method

Definition

Gets the string for the constructor of the System.ComponentModel.DefaultValueAttribute.

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

Parameters

property
DomainProperty

Returns

Applies to