Freigeben über


ComponentRegistrationFlags Enumeration

Microsoft internal use only.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ComponentRegistrationFlags
[FlagsAttribute]
public enum ComponentRegistrationFlags

Members

Member name Description
NeedIdleTime Microsoft internal use only.
PreTranslateKeys Microsoft internal use only.
PreTranslateAll Microsoft internal use only.
NeedSpecialActivationNotifications Microsoft internal use only.
NeedAllActivationNotifications Microsoft internal use only.
ExclusiveBorderSpace Microsoft internal use only.
ExclusiveActivation Microsoft internal use only.
NeedAllMacEvents Microsoft internal use only.
Master Microsoft internal use only.

See Also

Reference

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace