IVsInfoBarActionItemCollection::Count Property

Visual Studio 2015
 

Gets the number of action items in the collection.

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

[DispIdAttribute(1610678272)]
property int Count {
	int get();
}

Property Value

Type: System::Int32

The number of action items in the collection.

Return to top
Show: