PresentationShapeCollection

PresentationShapeCollection class

PowerPoint दस्तावेज़ में आरेखण आकृतियों के संग्रह का प्रतिनिधित्व करता है।

public class PresentationShapeCollection : RemoveOnlyListBase<PresentationShape>

गुण

नाम विवरण
virtual Count { get; } संग्रह में निहित तत्वों की संख्या प्राप्त करता है।
override IsReadOnly { get; } एक मान प्राप्त करता है जो इंगित करता है कि संग्रह केवल पढ़ने के लिए है।
virtual Item { get; } संग्रह में निर्दिष्ट सूचकांक पर तत्व प्राप्त करता है।

तरीकों

नाम विवरण
Clear()
virtual Contains(PresentationShape)
virtual GetEnumerator()
virtual IndexOf(PresentationShape)
Remove(PresentationShape)
RemoveAt(int)

टिप्पणियों

इस संग्रह में के आइटम हैंPresentationShape टाइप.

यह सभी देखें