PropertyEntry Constructors

Definition

Overloads

PropertyEntry()
PropertyEntry(PropertyValue)

PropertyEntry()

protected:
 PropertyEntry();
protected PropertyEntry ();
Protected Sub New ()

Applies to

PropertyEntry(PropertyValue)

protected:
 PropertyEntry(Microsoft::VisualStudio::DesignTools::Extensibility::PropertyEditing::PropertyValue ^ parentValue);
protected PropertyEntry (Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.PropertyValue parentValue);
new Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.PropertyEntry : Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.PropertyValue -> Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.PropertyEntry
Protected Sub New (parentValue As PropertyValue)

Parameters

parentValue
PropertyValue

Applies to