Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property UIHierarchy As IVsUIHierarchy
public IVsUIHierarchy UIHierarchy { get; set; }
public:
property IVsUIHierarchy^ UIHierarchy {
IVsUIHierarchy^ get ();
void set (IVsUIHierarchy^ value);
}
member UIHierarchy : IVsUIHierarchy with get, set
function get UIHierarchy () : IVsUIHierarchy
function set UIHierarchy (value : IVsUIHierarchy)
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
Returns IVsUIHierarchy.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.