VsTeamFoundationBuild.BuildExplorer Property
Namespace: Microsoft.VisualStudio.TeamFoundation.Build
Assembly: Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)
Syntax
'Declaration
Public ReadOnly Property BuildExplorer As IBuildExplorer
public IBuildExplorer BuildExplorer { get; }
public:
virtual property IBuildExplorer^ BuildExplorer {
IBuildExplorer^ get () sealed;
}
abstract BuildExplorer : IBuildExplorer with get
override BuildExplorer : IBuildExplorer with get
final function get BuildExplorer () : IBuildExplorer
Property Value
Type: Microsoft.VisualStudio.TeamFoundation.Build.IBuildExplorer
Returns IBuildExplorer.
Implements
IVsTeamFoundationBuild.BuildExplorer
.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.