IDirList Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodAdd(String^)

Adds a string to a directory list.

System_CAPS_pubmethodget_Count(Int32)

Gets the number of items in the directory list.

System_CAPS_pubmethodget_Description(String^)

Returns the description of the directory list.

System_CAPS_pubmethodget_HWND(Int32)

Returns the HWND of the directory list.

System_CAPS_pubmethodget_Title(String^)

Get the title of the directory list.

System_CAPS_pubmethodindex(Int32, String^)

Retrieves an item, by position, from the directory list.

System_CAPS_pubmethodput_Description(String^)

Changes the description of the directory list.

System_CAPS_pubmethodput_ShowCheck(Boolean)

Show or hide the checkbox next to each item in the list.

System_CAPS_pubmethodput_ShowTitle(Boolean)

Show or hide the title of the directory list.

System_CAPS_pubmethodput_Title(String^)

Change the title of the directory list.

System_CAPS_pubmethodReset()

Go back to the default values for the directory list.

Return to top
Show: