共用方式為


DkmClrValue.ArrayDimensions Property

Definition

[Optional] The dimensions of the the array. This value is only valid if this DkmClrValue is an array value.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<int> ^ ArrayDimensions { System::Collections::ObjectModel::ReadOnlyCollection<int> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<int> ArrayDimensions { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<int>? ArrayDimensions { get; }
member this.ArrayDimensions : System.Collections.ObjectModel.ReadOnlyCollection<int>
Public ReadOnly Property ArrayDimensions As ReadOnlyCollection(Of Integer)

Property Value

Applies to