Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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