ProvideManagedMenuResourceAttribute クラス

定義

属性の登録と非登録の両方が可能です。

public ref class ProvideManagedMenuResourceAttribute : Microsoft::VisualStudio::Shell::RegistrationAttribute
public class ProvideManagedMenuResourceAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
type ProvideManagedMenuResourceAttribute = class
    inherit RegistrationAttribute
Public Class ProvideManagedMenuResourceAttribute
Inherits RegistrationAttribute
継承
ProvideManagedMenuResourceAttribute

コンストラクター

名前 説明
ProvideManagedMenuResourceAttribute()

ProvideManagedMenuResourceAttribute型のオブジェクトを作成します。

メソッド

名前 説明
Register(RegistrationAttribute+RegistrationContext)

この属性を与えられたコンテキストで登録するために呼び出されます。

Unregister(RegistrationAttribute+RegistrationContext)

与えられたコンテキストでこの属性の登録解除を呼び出されます。

適用対象