Dela via


DocumentProperty Members

Include Protected Members
Include Inherited Members

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.

The DocumentProperty type exposes the following members.

Constructors

 

Name

Description

Protected method

DocumentProperty

Initializes a new instance of the DocumentProperty class.

Top

Methods

 

Name

Description

Public method

ConvertToString

Converts the property to a string.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Public method

EquivalentTo

Returns a value indicating whether the values of this property and the specified property are considered to be equivalent. (Overrides DocumentNode.EquivalentTo(DocumentNode).)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected methodStatic member

IsOrderedType

Returns a value indicating whether this property is an ordered type.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

Attributes

Gets the attributes associated with this property.

Public property

Context

When overridden in a derived class, gets the context to use when converting the property from a value to a string.

Public property

Descriptor

When overridden in a derived class, gets the property descriptor associated with this property.

Public property

Identity

When overridden in a derived class, gets the identity of the node. (Inherited from DocumentNode.)

Public property

IsComposite

When overridden in a derived class, gets a value indicating whether this property value is composite.

Public property

IsOrdered

Gets a value indicating whether items in the Items enumeration are ordered.

Public property

Items

When overridden in a derived class, gets a list of items contained by this property.

Public property

Name

When overridden in a derived class, gets a simple name for the property.

Public property

PropertyType

When overridden in a derived class, gets the type of the property.

Public property

StringValue

Gets the value of the property as a string.

Public property

Value

When overridden in a derived class, gets the value of the property.

Public property

ValueSerializer

Gets the value serializer associated with this property.

Top

See Also

Reference

DocumentProperty Class

Microsoft.Windows.Design.Documents.Trees Namespace