IVsUIObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains common actions for Visual Studio user interface objects.
public interface class IVsUIObject
public interface class IVsUIObject
__interface IVsUIObject
public interface IVsUIObject
[System.Runtime.InteropServices.Guid("86FD1A37-A8C2-41DF-98FA-086D79BFD33E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIObject
type IVsUIObject = interface
[<System.Runtime.InteropServices.Guid("86FD1A37-A8C2-41DF-98FA-086D79BFD33E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIObject = interface
Public Interface IVsUIObject
- Attributes
Methods
Equals(IVsUIObject, Boolean) |
Compares this object with another to determine if they are the same value. |
get_Data(Object) |
Returns the value for the object. |
get_Format(UInt32) |
Returns the format for the object. |
get_Type(String) |
Returns the name of the data type for the object. |