OleComponent.EndTracking Method
Makes this IOleComponent no longer the tracking component with its associated IOleComponentManager.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public Sub EndTracking
'Utilisation
Dim instance As OleComponent
instance.EndTracking()
public void EndTracking()
public:
void EndTracking()
member EndTracking : unit -> unit
public function EndTracking()
.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.
See Also
Reference
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace