ModifiableDocumentProperty Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a modifiable version of a document property.
Namespace: Microsoft.Windows.Design.Documents.Trees
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public MustInherit Class ModifiableDocumentProperty _
Inherits DocumentProperty
'Usage
Dim instance As ModifiableDocumentProperty
public abstract class ModifiableDocumentProperty : DocumentProperty
public ref class ModifiableDocumentProperty abstract : public DocumentProperty
public abstract class ModifiableDocumentProperty extends DocumentProperty
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Documents.Trees.DocumentNode
Microsoft.Windows.Design.Documents.Trees.DocumentProperty
Microsoft.Windows.Design.Documents.Trees.ModifiableDocumentProperty
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ModifiableDocumentProperty Members
Microsoft.Windows.Design.Documents.Trees Namespace