Item
SolutionXMLCollection indexer (1 of 2)
Hämtar elementet vid angivet index.
public SolutionXML this[int index] { get; }
Parameter | Beskrivning |
---|---|
index |
Se även
- class SolutionXML
- class SolutionXMLCollection
- namnutrymme Aspose.Diagram
- hopsättning Aspose.Diagram
SolutionXMLCollection indexer (2 of 2)
Hämtar elementet vid det angivna attributet Namn. Returnerar null om ett element inte finns.
public SolutionXML this[string name] { get; }
Parameter | Beskrivning |
---|---|
name |
Se även
- class SolutionXML
- class SolutionXMLCollection
- namnutrymme Aspose.Diagram
- hopsättning Aspose.Diagram