Megosztás a következőn keresztül:


BinaryManager.GetBinaryItems Method ()

 

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

Return to top