次の方法で共有


RegisterProjectItemAttribute クラス

定義

注意事項

RegisterProjectItemAttribute has been deprecated. Please use ProvideProjectItemAttribute instead.

RegisterProjectItemAttribute の使用は非推奨とされました。 代わりに を使用 ProvideProjectItemAttribute してください

public ref class RegisterProjectItemAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class RegisterProjectItemAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
[System.Obsolete("RegisterProjectItemAttribute has been deprecated. Please use ProvideProjectItemAttribute instead.")]
public sealed class RegisterProjectItemAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
[<System.Obsolete("RegisterProjectItemAttribute has been deprecated. Please use ProvideProjectItemAttribute instead.")>]
type RegisterProjectItemAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class RegisterProjectItemAttribute
Inherits RegistrationAttribute
継承
RegisterProjectItemAttribute
属性

コンストラクター

RegisterProjectItemAttribute(Object, String, String, Int32)
古い.

RegisterProjectItemAttribute の新しいインスタンスを初期化します。

プロパティ

ItemType
古い.

アイテムの種類を記述する文字列。 この文字列は、[新しい項目の追加] ダイアログの左側のフォルダーとして使用されます。

Priority
古い.

この型の並べ替え優先度を取得します。

ProjectFactoryType
古い.

プロジェクト ファクトリの種類の GUID を取得します。

TemplateDir
古い.

このプロジェクトの種類のテンプレートが見つかったディレクトリを取得します。

TypeId
古い.

RegistrationAttribute 派生クラスが System.ComponentModel.TypeDescriptor.GetAttributes(...) と連携できるように、TypeID プロパティをオーバーライドします。このプロパティから派生した属性は、クラスに適用できるインスタンスをより適切に制御する必要がある場合にのみ、このプロパティをオーバーライドする必要があります。

(継承元 RegistrationAttribute)

メソッド

GetPackageRegKeyPath(Guid)
古い.

VSPackage のレジストリ パス (アプリケーションのレジストリ ルートに対する相対パス) を取得します。

(継承元 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)
古い.

このアイテムの種類を登録します。

Unregister(RegistrationAttribute+RegistrationContext)
古い.

このエディターの登録を解除します。

適用対象