Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

VBFixedArrayAttribute::Bounds Property

 

Returns the bounds of the array.

Namespace:   Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
property array<int>^ Bounds {
	array<int>^ get();
}

Property Value

Type: array<System::Int32>^

Contains an integer array that represents the bounds of the array.

The constructor sets this property when the VBFixedArrayAttribute is applied to an array.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft