ProvideXmlEditorChooserDesignerViewAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタム XML デザイナーの XML Chooser に登録情報を提供するために使用します。
public ref class ProvideXmlEditorChooserDesignerViewAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideXmlEditorChooserDesignerViewAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideXmlEditorChooserDesignerViewAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideXmlEditorChooserDesignerViewAttribute = class
inherit RegistrationAttribute
Public NotInheritable Class ProvideXmlEditorChooserDesignerViewAttribute
Inherits RegistrationAttribute
- 継承
- 属性
コンストラクター
ProvideXmlEditorChooserDesignerViewAttribute(String, String, Object, Int32) |
ProvideXmlEditorChooserDesignerViewAttribute のコンストラクター。 |
プロパティ
CodeLogicalViewEditor |
コード論理ビューに関連付けるエディター ファクトリ |
DebuggingLogicalViewEditor |
デバッグ論理ビューに関連付けるエディター ファクトリ |
DefaultNamespace |
このエディターでサポートされているドキュメントで使用される XML ルート要素の既定の名前空間。 既定の名前空間と名前空間が指定されている場合、どちらかの一致がドキュメントを修飾します。 |
DesignerLogicalViewEditor |
デザイナーの論理ビューに関連付けるエディター ファクトリ |
IsDataSet |
DataSet デザイナーでのみ使用される特殊な値。 |
MatchExtensionAndNamespace |
XML chooser がファイル拡張子と名前空間の両方で一致するかどうかを示すブール値。 false の場合、XML chooser は拡張機能または名前空間のいずれかで一致します。 既定の名前空間と名前空間が指定されている場合、どちらかの一致がドキュメントを修飾します。 |
Namespace |
このエディターでサポートされているドキュメントで使用される XML 名前空間。 既定の名前空間と名前空間が指定されている場合、どちらかの一致がドキュメントを修飾します。 |
TextLogicalViewEditor |
テキスト論理ビューに関連付けるエディター ファクトリ |
TypeId |
RegistrationAttribute 派生クラスが System.ComponentModel.TypeDescriptor.GetAttributes(...) と連携できるように、TypeID プロパティをオーバーライドします。このプロパティから派生した属性は、クラスに適用できるインスタンスをより適切に制御する必要がある場合にのみ、このプロパティをオーバーライドする必要があります。 (継承元 RegistrationAttribute) |
メソッド
GetPackageRegKeyPath(Guid) |
VSPackage のレジストリ パス (アプリケーションのレジストリ ルートに対する相対パス) を取得します。 (継承元 RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
この属性を指定されたコンテキストに登録します。 |
Unregister(RegistrationAttribute+RegistrationContext) |
この属性の登録を解除します。 |