OleComponent Class
Microsoft internal use only.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.PlatformUI.DisposableObject
Microsoft.VisualStudio.PlatformUI.OleComponentSupport.OleComponent
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class OleComponent _
Inherits DisposableObject _
Implements IOleComponent
[CLSCompliantAttribute(false)]
public class OleComponent : DisposableObject,
IOleComponent
[CLSCompliantAttribute(false)]
public ref class OleComponent : public DisposableObject,
IOleComponent
[<CLSCompliantAttribute(false)>]
type OleComponent =
class
inherit DisposableObject
interface IOleComponent
end
public class OleComponent extends DisposableObject implements IOleComponent
The OleComponent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OleComponent | Microsoft internal use only. |
Top
Properties
Name | Description | |
---|---|---|
IsDisposed | Microsoft internal use only. (Inherited from DisposableObject.) | |
IsTrackingComponent | Microsoft internal use only. | |
PeriodicIdleTimePeriod | Microsoft internal use only. |
Top
Methods
Name | Description | |
---|---|---|
BeginTracking | Microsoft internal use only. | |
CreateHostedComponent | Microsoft internal use only. | |
Dispose() | Microsoft internal use only. (Inherited from DisposableObject.) | |
Dispose(Boolean) | Microsoft internal use only. (Inherited from DisposableObject.) | |
DisposeManagedResources | Microsoft internal use only. (Overrides DisposableObject.DisposeManagedResources().) | |
DisposeNativeResources | Microsoft internal use only. (Inherited from DisposableObject.) | |
DoOleEvents | ||
EndTracking | Microsoft internal use only. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
FContinueMessageLoopCore | Microsoft internal use only. | |
FDoIdleCore | Microsoft internal use only. | |
Finalize | Microsoft internal use only. (Inherited from DisposableObject.) | |
FPreTranslateMessageCore | Microsoft internal use only. | |
FQueryTerminateCore | Microsoft internal use only. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HwndGetWindowCore | Microsoft internal use only. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnActivationChangeCore | Microsoft internal use only. | |
OnAppActivateCore | Microsoft internal use only. | |
OnChangeStateCore | Microsoft internal use only. | |
OnLoseActivationCore | Microsoft internal use only. | |
PushMessageLoop | Microsoft internal use only. | |
TerminateCore | Microsoft internal use only. | |
ThrowIfDisposed | Microsoft internal use only. (Inherited from DisposableObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ActivationChange | Microsoft internal use only. | |
ActivationLost | Microsoft internal use only. | |
AppActivate | Microsoft internal use only. | |
ContinueMessageLoop | Microsoft internal use only. | |
Disposing | Microsoft internal use only. (Inherited from DisposableObject.) | |
DoIdle | Microsoft internal use only. | |
DoPeriodicIdle | Microsoft internal use only. | |
GetWindow | Microsoft internal use only. | |
ModalStateChanged | Microsoft internal use only. | |
PreTranslateMessage | Microsoft internal use only. | |
QueryTerminate | Microsoft internal use only. | |
RecordingStateChanged | Microsoft internal use only. | |
RedrawOffStateChanged | Microsoft internal use only. | |
Terminate | Microsoft internal use only. | |
WarningsOffStateChanged | Microsoft internal use only. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IOleComponent.FContinueMessageLoop | Microsoft internal use only. | |
IOleComponent.FDoIdle | Microsoft internal use only. | |
IOleComponent.FPreTranslateMessage | Microsoft internal use only. | |
IOleComponent.FQueryTerminate | Microsoft internal use only. | |
IOleComponent.FReserved1 | Microsoft internal use only. | |
IOleComponent.HwndGetWindow | Microsoft internal use only. | |
IOleComponent.OnActivationChange | Microsoft internal use only. | |
IOleComponent.OnAppActivate | Microsoft internal use only. | |
IOleComponent.OnEnterState | Microsoft internal use only. | |
IOleComponent.OnLoseActivation | Microsoft internal use only. | |
IOleComponent.Terminate | Microsoft internal use only. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace