Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Equals | Compares this object with another to determine if they are the same value. |
![]() |
get_Data | Returns the value for the object. |
![]() |
get_Format | Returns the format for the object. |
![]() |
get_Type | Returns the name of the data type for the object. |
Top