Udostępnij za pośrednictwem


ModifiableDocumentProperty 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 a modifiable version of a document property.

The ModifiableDocumentProperty type exposes the following members.

Constructors

 

Name

Description

Protected method

ModifiableDocumentProperty

Initializes a new instance of the ModifiableDocumentProperty class.

Top

Methods

 

Name

Description

Public method

AddItem

When overridden in a derived class, adds an item to the collection.

Public method

ConvertToString

Converts the property to a string. (Inherited from DocumentProperty.)

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. (Inherited from DocumentProperty.)

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 method

MemberwiseClone

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

Public method

MoveItem

When overridden in a derived class, moves an item in the collection to just after the item specified in the after parameter.

Public method

RemoveItem

When overridden in a derived class, removes an item from the collection.

Public method

RevertValue

When overridden in a derived class, reverts the property to its default or calculated value.

Public method

SetValue

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

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. (Inherited from DocumentProperty.)

Public property

Context

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

Public property

Descriptor

When overridden in a derived class, gets the property descriptor associated with this property. (Inherited from DocumentProperty.)

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. (Inherited from DocumentProperty.)

Public property

IsOrdered

Gets a value indicating whether items in the Items enumeration are ordered. (Inherited from DocumentProperty.)

Public property

Items

When overridden in a derived class, gets a list of items contained by this property. (Inherited from DocumentProperty.)

Public property

ModifiableItems

Gets a list of the modifiable items.

Public property

Name

When overridden in a derived class, gets a simple name for the property. (Inherited from DocumentProperty.)

Public property

PropertyType

When overridden in a derived class, gets the type of the property. (Inherited from DocumentProperty.)

Public property

StringValue

Gets the value of the property as a string. (Inherited from DocumentProperty.)

Public property

Value

When overridden in a derived class, gets the value of the property. (Inherited from DocumentProperty.)

Public property

ValueSerializer

Gets the value serializer associated with this property. (Inherited from DocumentProperty.)

Top

See Also

Reference

ModifiableDocumentProperty Class

Microsoft.Windows.Design.Documents.Trees Namespace