Utilities Members

Include Protected Members
Include Inherited Members

The Utilities type exposes the following members.

Methods

  Name Description
Public methodStatic member GetObjectData Returns the data contained in an IVsUIObject
Public methodStatic member GetObjectFormat Extract the format from a UI object
Public methodStatic member GetObjectType Extract the type string from a UI object
Public methodStatic member GetTypedValue<T> Simple wrapper around GetValue that casts the resultant Object to .
Public methodStatic member GetValue Returns the value of a data source's property as an object instead of an IVsUIObject
Public methodStatic member QueryTypedValue<T> Wrapper around QueryValue that casts the resultant Object to .
Public methodStatic member QueryValue Returns the value of a data source's property as an object via QueryValue Note: Not all implementations implement QueryValue
Public methodStatic member SetValue(IVsUIDataSource, String, IVsUIObject) Sets the value of a data source's property.
Public methodStatic member SetValue(IVsUIDataSource, String, Object) Sets the value of a data source's property.

Top

See Also

Reference

Utilities Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace