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.
Gets the BinaryManager for this Project.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public BinaryManager BinaryManager { get; }
public:
property BinaryManager^ BinaryManager {
BinaryManager^ get();
}
member BinaryManager : BinaryManager with get
Public ReadOnly Property BinaryManager As BinaryManager
Property Value
Type: Microsoft.VisualStudio.Tools.Applications.BinaryManager
The BinaryManager for this Project.
See Also
Project Class
Microsoft.VisualStudio.Tools.Applications Namespace