IVsTeamExplorer.RefreshStarted Method
Starts the refresh operation.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'宣告
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.Object
The 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.