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 a node that is a sibling to the current node and that is immediately before the current node.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property PreviousSibling As IVsDataExplorerNode
IVsDataExplorerNode PreviousSibling { get; }
property IVsDataExplorerNode^ PreviousSibling {
IVsDataExplorerNode^ get ();
}
abstract PreviousSibling : IVsDataExplorerNode with get
function get PreviousSibling () : IVsDataExplorerNode
Property Value
Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
An IVsDataExplorerNode object representing the previous node that is a sibling to the current node.
Remarks
Sibling nodes are nodes that have the same parent node.
This property allows you to traverse the list of sibling nodes in a backward direction. You can use this method in conjunction with the NextSibling property to traverse the list of sibling nodes in both directions.
.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.