DocumentProperties Methods
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Closes down the DocumentProperties object so that its properties are no longer visible in the Properties window. |
![]() | CountObjects(UInt32, UInt32) | Returns the number of objects managed by this DocumentProperties object. |
![]() | CreateDesignPropertyDescriptor(PropertyDescriptor^) | 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(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(Type^) | 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() | (Inherited from Object.) |
![]() | GetObjects(UInt32, UInt32, array<Object^>^) | 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(PropertyDescriptor^) | Returns the brows-able object.(Inherited from LocalizableProperties.) |
![]() | GetSource() | Returns a Source object associated with this DocumentProperties object. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Refresh() | Updates the Properties window with the latest property values. |
![]() | SelectObjects(UInt32, array<Object^>^, UInt32) | Called to manage the selection of multiple objects in the Properties window. |
![]() | ToString() | (Inherited from Object.) |

