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.
Gets the pointer to the item in the Visual Studio solution hierarchy.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public ReadOnly Property VSHierarchy As IVsHierarchy
public IVsHierarchy VSHierarchy { get; }
public:
property IVsHierarchy^ VSHierarchy {
IVsHierarchy^ get ();
}
member VSHierarchy : IVsHierarchy
function get VSHierarchy () : IVsHierarchy
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
.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.