Utilities Members
Include Protected Members
Include Inherited Members
The Utilities type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
GetObjectData | Returns the data contained in an IVsUIObject |
![]() ![]() |
GetObjectFormat | Extract the format from a UI object |
![]() ![]() |
GetObjectType | Extract the type string from a UI object |
![]() ![]() |
GetTypedValue<T> | Simple wrapper around GetValue that casts the resultant Object to . |
![]() ![]() |
GetValue | Returns the value of a data source's property as an object instead of an IVsUIObject |
![]() ![]() |
QueryTypedValue<T> | Wrapper around QueryValue that casts the resultant Object to . |
![]() ![]() |
QueryValue | Returns the value of a data source's property as an object via QueryValue Note: Not all implementations implement QueryValue |
![]() ![]() |
SetValue(IVsUIDataSource, String, IVsUIObject) | Sets the value of a data source's property. |
![]() ![]() |
SetValue(IVsUIDataSource, String, Object) | Sets the value of a data source's property. |
Top