CodeGenerationUtilities.RequiresGeneratedPropertyDescriptor 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 given descriptor requires a PropertyDescriptor derived class to be generated, false otherwise.
public:
static bool RequiresGeneratedPropertyDescriptor(Microsoft::VisualStudio::Modeling::DslDefinition::CustomPropertyDescriptor ^ descriptor);
public static bool RequiresGeneratedPropertyDescriptor (Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor descriptor);
static member RequiresGeneratedPropertyDescriptor : Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor -> bool
Public Shared Function RequiresGeneratedPropertyDescriptor (descriptor As CustomPropertyDescriptor) As Boolean
Parameters
- descriptor
- CustomPropertyDescriptor