Classe SolutionTreeFilterProviderAttribute
Provides information for displaying the Solution Explorer filter.
Gerarchia di ereditarietà
System.Object
System.Attribute
System.ComponentModel.Composition.ExportAttribute
Microsoft.VisualStudio.Shell.SolutionTreeFilterProviderAttribute
Spazio dei nomi: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Sintassi
'Dichiarazione
<MetadataAttributeAttribute> _
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Method Or AttributeTargets.Property Or AttributeTargets.Field, AllowMultiple := False)> _
Public NotInheritable Class SolutionTreeFilterProviderAttribute _
Inherits ExportAttribute
[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public sealed class SolutionTreeFilterProviderAttribute : ExportAttribute
Il tipo SolutionTreeFilterProviderAttribute espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
SolutionTreeFilterProviderAttribute | Initializes a new instance of the SolutionTreeFilterProviderAttribute class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
ContractName | Ottiene il nome del contratto utilizzato per esportare il tipo o il membro contrassegnato da questo attributo. (Ereditato da ExportAttribute) | |
ContractType | Ottiene il tipo di contratto esportato dal membro cui è connesso questo attributo. (Ereditato da ExportAttribute) | |
FilterCommandGroup | Gets the group of the filter command that should handle showing the filter. | |
FilterCommandID | Gets the identifier of the filter command that should handle showing the filter. | |
TypeId | Quando implementato in una classe derivata, ottiene un identificatore univoco per questa Attribute. (Ereditato da Attribute) |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Infrastruttura. Restituisce un valore che indica se l'istanza è uguale a un oggetto specificato. (Ereditato da Attribute) | |
GetHashCode | Restituisce il codice hash per l'istanza. (Ereditato da Attribute) | |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
IsDefaultAttribute | Una volta sottoposto a override in una classe derivata, indica se il valore di questa istanza è il valore predefinito per la classe derivata. (Ereditato da Attribute) | |
Match | Una volta sottoposto a override in una classe derivata, restituisce un valore che indica se questa istanza equivale a un oggetto specificato. (Ereditato da Attribute) | |
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
_Attribute.GetIDsOfNames | Esegue il mapping di un set di nomi a un set corrispondente di ID dispatch. (Ereditato da Attribute) | |
_Attribute.GetTypeInfo | Recupera le informazioni sui tipi per un oggetto, che può essere utilizzato per ottenere informazioni sul tipo per un'interfaccia. (Ereditato da Attribute) | |
_Attribute.GetTypeInfoCount | Recupera il numero di interfacce di informazioni sui tipi che un oggetto garantisce (0 o 1). (Ereditato da Attribute) | |
_Attribute.Invoke | Fornisce l'accesso a proprietà e metodi esposti da un oggetto. (Ereditato da Attribute) |
In alto
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.