Share via


IVsDataViewHierarchy.PersistentCommands Property

Definition

Gets a collection of name/value pairs of commands that are associated with the current Server Explorer connection and that are saved in the registry.

public:
 property System::Collections::Generic::IDictionary<System::ComponentModel::Design::CommandID ^, int> ^ PersistentCommands { System::Collections::Generic::IDictionary<System::ComponentModel::Design::CommandID ^, int> ^ get(); };
public System.Collections.Generic.IDictionary<System.ComponentModel.Design.CommandID,int> PersistentCommands { get; }
member this.PersistentCommands : System.Collections.Generic.IDictionary<System.ComponentModel.Design.CommandID, int>
Public ReadOnly Property PersistentCommands As IDictionary(Of CommandID, Integer)

Property Value

A collection of name/value pairs representing the CommandID objects and the status corresponding to the saved commands.

Applies to