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)

指定されたコンテキストでこの属性の登録を解除します。

適用対象