SelectionContainer::ISelectionContainer::CountObjects Method (UInt32, UInt32)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Return to top
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int CountObjects( unsigned int dwFlags, [OutAttribute] unsigned int% pc ) sealed = ISelectionContainer::CountObjects
Parameters
- dwFlags
-
Type:
System::UInt32
Use ALL to indicate all members and SELECTED to indicate only those selected.
- pc
-
Type:
System::UInt32
A pointer to the number of items, this value is set by the method call.
Show: