IVsTeamExplorer.RefreshStarted Method
Starts the refresh operation.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub RefreshStarted ( _
refreshObject As Object _
)
void RefreshStarted(
Object refreshObject
)
void RefreshStarted(
Object^ refreshObject
)
abstract RefreshStarted :
refreshObject:Object -> unit
function RefreshStarted(
refreshObject : Object
)
Parameters
refreshObject
Type: System.ObjectThe object to refresh.
.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.