CodeGenerationUtilities.GetPropertyDefaultValue(DomainProperty, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la chaîne qui permet de déclarer la valeur par défaut d'une propriété (sous la forme « = defaultValue »
public:
static System::String ^ GetPropertyDefaultValue(Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ property, [Runtime::InteropServices::Out] bool % needsDeserialization);
public static string GetPropertyDefaultValue (Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty property, out bool needsDeserialization);
static member GetPropertyDefaultValue : Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty * bool -> string
Public Shared Function GetPropertyDefaultValue (property As DomainProperty, ByRef needsDeserialization As Boolean) As String
Paramètres
- property
- DomainProperty
- needsDeserialization
- Boolean