IExplorerViewItemSet Interface

 

Displays the specified item in the ExplorerView control to be set.

Namespace:   Microsoft.SqlServer.Management.Explorer
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

[DefaultMemberAttribute("Item")]
public interface class IExplorerViewItemSet : IEnumerable<IExplorerViewItem^>, 
	IEnumerable

NameDescription
System_CAPS_pubpropertyCount

Gets the number of the elements in the item set.

System_CAPS_pubpropertyItem[Int32]

Gets the element at the specified index.

NameDescription
System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable<T>.)

System_CAPS_pubmethodSort(IComparer<IExplorerViewItem^>^)

Sorts the elements using the specified comparer.

Return to top
Show: