OnlyNavigateToSupportAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
INavigateToItemProviderFactoryを Go To コンテキストでのみ使用可能としてマークします。
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class OnlyNavigateToSupportAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type OnlyNavigateToSupportAttribute = class
inherit Attribute
Public NotInheritable Class OnlyNavigateToSupportAttribute
Inherits Attribute
- 継承
-
OnlyNavigateToSupportAttribute
- 属性
注釈
既定では、Navigate To プロバイダーは、Visual Studio Search や All In One Search などの他の検索機能によっても呼び出されます。 この属性は、このプロバイダーを呼び出さない他の検索機能を示します。そのため、このプロバイダーは[移動先] 専用に保持され、それ以外は何も保持されません。 を使用 OnlyNavigateToSupportAttribute する正当な理由は、別の検索機能用に別の専用プロバイダーを作成する場合です。
コンストラクター
OnlyNavigateToSupportAttribute() |
INavigateToItemProviderFactoryを Go To コンテキストでのみ使用可能としてマークします。 |
プロパティ
OnlyNavigateToSupport |
は、Go To を INavigateToItemProviderFactory 検索する場合にのみ使用できることを示します。 |