Share via


ActionProviderAttribute Class

Definition

Indicates that a class is a provider for App Actions on Windows.

[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
[System.Runtime.CompilerServices.Nullable(0)]
public class ActionProviderAttribute : Attribute
function ActionProviderAttribute()
Public Class ActionProviderAttribute
Inherits Attribute
Inheritance
ActionProviderAttribute
Attributes

Constructors

ActionProviderAttribute()

Initializes a new instance of the ActionProviderAttribute class.

Properties

ClsId

Gets or initializes the CLSID of the COM server that implements the action provider interface.

Applies to