Gets the number of elements contained in the
ObjectView.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Count As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ObjectView(Of T)
Dim value As Integer
value = instance.Count
|
| C# | |
|---|
public int Count {get;} |
| Managed Extensions for C++ | |
|---|
public: __property int get_Count(); |
| C++/CLI | |
|---|
public:
property int Count {
int get();
} |
Return Value
The number of elements contained in the
ObjectView.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also