DocumentProperties Members
Include Protected Members
Include Inherited Members
Provides support for document-specific properties associated with a language service.
The DocumentProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocumentProperties | Initializes a new instance of the DocumentProperties class. |
Top
Methods
Name | Description | |
---|---|---|
Close | Closes down the DocumentProperties object so that its properties are no longer visible in the Properties window. | |
CountObjects | Returns the number of objects managed by this DocumentProperties object. | |
CreateDesignPropertyDescriptor | Returns a DesignPropertyDescriptor wrapper on the given property descriptor. (Inherited from LocalizableProperties.) | |
Dispose() | Cleans up the object. | |
Dispose(Boolean) | Cleans up the object and its resources. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Does final cleanup of the object. (Overrides Object.Finalize().) | |
GetAttributes | Gets a collection of attributes for this component. (Inherited from LocalizableProperties.) | |
GetClassName | Returns the class name of this object. (Inherited from LocalizableProperties.) | |
GetCodeWindowManager | Retrieves the code window manager associated with this DocumentProperties object. | |
GetComponentName | Returns the name of this object. (Inherited from LocalizableProperties.) | |
GetConverter | Returns a type converter for this object. (Inherited from LocalizableProperties.) | |
GetDefaultEvent | Returns the default event for this object. (Inherited from LocalizableProperties.) | |
GetDefaultProperty | Gets the default property for a component. (Inherited from LocalizableProperties.) | |
GetEditor | Retrieves the editor for this object. (Inherited from LocalizableProperties.) | |
GetEvents() | Gets the collection of events for a specified component. (Inherited from LocalizableProperties.) | |
GetEvents(array<Attribute[]) | Gets the collection of events for a specified component using a specified array of attributes as a filter. (Inherited from LocalizableProperties.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetObjects | Returns a list of objects managed by this DocumentProperties object. | |
GetProperties() | Gets the collection of properties. (Inherited from LocalizableProperties.) | |
GetProperties(array<Attribute[]) | Returns the properties for selected object using the attribute array as a filter. (Inherited from LocalizableProperties.) | |
GetPropertyOwner | Returns the brows-able object. (Inherited from LocalizableProperties.) | |
GetSource | Returns a Source object associated with this DocumentProperties object. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Refresh | Updates the Properties window with the latest property values. | |
SelectObjects | Called to manage the selection of multiple objects in the Properties window. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Visible | Determines if the DocumentProperties object is visible in the Properties window. |
Top