DocumentProperty Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the persistent value of a property.
Namespace: Microsoft.Windows.Design.Documents.Trees
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public MustInherit Class DocumentProperty _
Inherits DocumentNode
'Usage
Dim instance As DocumentProperty
public abstract class DocumentProperty : DocumentNode
public ref class DocumentProperty abstract : public DocumentNode
public abstract class DocumentProperty extends DocumentNode
Remarks
The property can be one or more items.
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
Microsoft.Windows.Design.Documents.Trees Namespace