Item
SolutionXMLCollection indexer (1 of 2)
Haalt het element op bij de opgegeven index.
public SolutionXML this[int index] { get; }
Parameter | Beschrijving |
---|---|
index |
Zie ook
- class SolutionXML
- class SolutionXMLCollection
- naamruimte Aspose.Diagram
- montage Aspose.Diagram
SolutionXMLCollection indexer (2 of 2)
Haalt het element op bij de opgegeven attribuutnaam. Retourneert null als een element niet bestaat.
public SolutionXML this[string name] { get; }
Parameter | Beschrijving |
---|---|
name |
Zie ook
- class SolutionXML
- class SolutionXMLCollection
- naamruimte Aspose.Diagram
- montage Aspose.Diagram