CodeGenerationUtilities.IsStringProperty(DomainProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
returns true if the property is of type string.
public:
static bool IsStringProperty(Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ domainProperty);
public static bool IsStringProperty (Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty domainProperty);
static member IsStringProperty : Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty -> bool
Public Shared Function IsStringProperty (domainProperty As DomainProperty) As Boolean
Parameters
- domainProperty
- DomainProperty