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 parts before which this part should appear in the list.
Namespace: Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Syntax
'Declaration
ReadOnly Property Before As IEnumerable(Of String)
IEnumerable<string> Before { get; }
property IEnumerable<String^>^ Before {
IEnumerable<String^>^ get ();
}
abstract Before : IEnumerable<string> with get
function get Before () : IEnumerable<String>
Property Value
Type: System.Collections.Generic.IEnumerable<String>
The parts before which this part appears in the list.
.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.