Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Event, AllowMultiple := False)> _
Public NotInheritable Class RibbonEventAttribute _
Inherits Attribute
'Usage
Dim instance As RibbonEventAttribute
[AttributeUsageAttribute(AttributeTargets.Event, AllowMultiple = false)]
public sealed class RibbonEventAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Event, AllowMultiple = false)]
public ref class RibbonEventAttribute sealed : public Attribute
public final class RibbonEventAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.Office.Tools.Ribbon.RibbonEventAttribute
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.