Fragments Property (WsiTile)
List of fragments for this tile
public System.Collections.Generic.List<WsiTileFragment> Fragments {get; set;}
public read-write property Fragments: System.Collections.Generic.List;
public function get,set Fragments : System.Collections.Generic.List
public: __property System.Collections.Generic.List<WsiTileFragment>* get_Fragments();
public: __property void set_Fragments(
System.Collections.Generic.List<WsiTileFragment>* value
);
public:
property System.Collections.Generic.List<WsiTileFragment>^ Fragments {
System.Collections.Generic.List<WsiTileFragment>^ get();
void set ( System.Collections.Generic.List<WsiTileFragment>^ value);
}
'Declaration
Public Property Fragments As System.Collections.Generic.List(Of WsiTileFragment)
'Usage
Dim instance As WsiTile
Dim value As System.Collections.Generic.List(Of WsiTileFragment)
instance.Fragments = value
value = instance.Fragments
Target Platforms: .NET CLR 4.8 or higher