Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a collection of the current results of compilation.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public IEnumerable<BinaryItem> GetBinaryItems()
public:
IEnumerable<BinaryItem^>^ GetBinaryItems()
member GetBinaryItems : unit -> IEnumerable<BinaryItem>
Public Function GetBinaryItems As IEnumerable(Of BinaryItem)
Return Value
Type: System.Collections.Generic.IEnumerable<BinaryItem>
A collection of the current results of compilation.
See Also
BinaryManager Class
Microsoft.VisualStudio.Tools.Applications Namespace