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 |
|
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace