'Declaration Public ReadOnly Property Elements As Array
'Declaration
Public ReadOnly Property Elements As Array
'Usage Dim instance As Matrix Dim value As Array value = instance.Elements
'Usage
Dim instance As Matrix Dim value As Array value = instance.Elements
public Array Elements {get;}
public: property Array^ Elements { Array^ get(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Matrix Class Matrix Members