The PreferencePaneProviderTraits type exposes the following members.

Constructors

  NameDescription
PreferencePaneProviderTraits
Creates a traits object for a preference pane provider.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
FormatOverloaded.

Properties

  NameDescription
Icon
Gets or sets an icon (16x16) for the preference pane, or null if none.
Order
Gets or sets an integer index used to sort control panel tabs in ascending order.
Path
Gets the preference pane path consisting of slash-delimited name segments specifying tree nodes.
Scope
Gets or sets a value that describes the scope of the changes effected by a preference pane.

See Also