次の方法で共有


EditorFactoryNotifyForProjectAttribute クラス

定義

この属性は、この種類の項目が追加または名前変更されたときに Project が IVsEditorFactoryNotify メソッドを呼び出すように、プロジェクト システムのファイル拡張子を追加します。

public ref class EditorFactoryNotifyForProjectAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class EditorFactoryNotifyForProjectAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class EditorFactoryNotifyForProjectAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type EditorFactoryNotifyForProjectAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class EditorFactoryNotifyForProjectAttribute
Inherits RegistrationAttribute
継承
EditorFactoryNotifyForProjectAttribute
属性

注釈

例: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Projects\ {F184B08F-C81C-45F6-A57F-5ABD9991F28F}\FileExtensions\.addin] "EditorFactoryNotify"="{FA3CD31E-987B-443A-9B81-186104E8DAC1}"

コンストラクター

EditorFactoryNotifyForProjectAttribute(Object, String, Object)

新しい ProvideEditorFactoryNotifyForProject 属性を作成して、ファイル拡張子をプロジェクトに登録します。

プロパティ

FactoryType

エディター ファクトリの種類を表す Guid を取得する

FileExtension

このビューをサポートする XML ファイルの拡張子を取得または設定する

ProjectType

プロジェクトの種類を表す Guid を取得します

TypeId

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

(継承元 RegistrationAttribute)

メソッド

GetPackageRegKeyPath(Guid)

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

(継承元 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

指定されたコンテキストでこの属性を登録します。 コンテキストには、登録情報の配置先の場所が含まれます。 また、登録されている型やパス情報などの他の情報も含まれています。

Unregister(RegistrationAttribute+RegistrationContext)

このファイル拡張子の登録を解除します。

適用対象