Share via


CodeGenerationUtilities.RequiresGeneratedPropertyDescriptor Method

Definition

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

Returns

Applies to