Dela via


PropertyContainer.PropertyEntry Property

Gets or sets the PropertyEntry instance on which this PropertyContainer operates. This is a dependency property.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public Property PropertyEntry As PropertyEntry
'Usage
Dim instance As PropertyContainer 
Dim value As PropertyEntry 

value = instance.PropertyEntry

instance.PropertyEntry = value
public PropertyEntry PropertyEntry { get; set; }
public:
property PropertyEntry^ PropertyEntry {
    PropertyEntry^ get ();
    void set (PropertyEntry^ value);
}
public function get PropertyEntry () : PropertyEntry 
public function set PropertyEntry (value : PropertyEntry)

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyEntry
A PropertyEntry instance on which this PropertyContainer operates.

Dependency Property Information

Identifier field

PropertyEntryProperty

Metadata properties set to true

None

Remarks

The PropertyEntry instance is the context of the PropertyContainer. The exposed editor templates (InlineEditorTemplate, ExtendedEditorTemplate, and DialogEditorTemplate) are based on the value of this property.

.NET Framework Security

See Also

Reference

PropertyContainer Class

PropertyContainer Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture

Dependency Properties Overview