IVsUIObject Interface

Contains common actions for Visual Studio user interface objects.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
<GuidAttribute("86FD1A37-A8C2-41DF-98FA-086D79BFD33E")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIObject
[GuidAttribute("86FD1A37-A8C2-41DF-98FA-086D79BFD33E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIObject
[GuidAttribute(L"86FD1A37-A8C2-41DF-98FA-086D79BFD33E")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIObject
[<GuidAttribute("86FD1A37-A8C2-41DF-98FA-086D79BFD33E")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIObject =  interface end
public interface IVsUIObject

The IVsUIObject type exposes the following members.

Methods

  Name Description
Public method Equals Compares this object with another to determine if they are the same value.
Public method get_Data Returns the value for the object.
Public method get_Format Returns the format for the object.
Public method get_Type Returns the name of the data type for the object.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace