PropertyContainer.PropertyEntry Property
Gets or sets the PropertyEntry instance on which this PropertyContainer operates.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property PropertyEntry As PropertyEntry
Get
Set
public PropertyEntry PropertyEntry { get; set; }
public:
property PropertyEntry^ PropertyEntry {
PropertyEntry^ get ();
void set (PropertyEntry^ value);
}
member PropertyEntry : PropertyEntry with get, set
function get PropertyEntry () : PropertyEntry
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