IVsDataViewHierarchy.PersistentCommands Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.