Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the parts after which this part should appear in the list.
Namespace: Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Syntax
'Déclaration
ReadOnly Property After As IEnumerable(Of String)
IEnumerable<string> After { get; }
property IEnumerable<String^>^ After {
IEnumerable<String^>^ get ();
}
abstract After : IEnumerable<string>
function get After () : IEnumerable<String>
Property Value
Type: System.Collections.Generic.IEnumerable<String>
The parts after 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.