次の方法で共有


OnlyNavigateToSupportAttribute クラス

定義

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 検索する場合にのみ使用できることを示します。

適用対象