Class SVGStringList
이름 공간 : Aspose.Html.Dom.Svg.DataTypes 구성: Aspose.HTML.dll (25.4.0)
SVGStringList는 다른 SVGxxxList 인터페이스와 동일한 속성과 방법을 가지고 있습니다. 실행자는 다양한 SVGxxxList 인터페이스를 구현하기 위해 단일 기본 클래스를 사용하는 것을 고려할 수 있습니다.
[ComVisible(true)]
[DOMObject]
[DOMName("SVGStringList")]
public class SVGStringList : SVGListBase<string>, INotifyPropertyChanged, IDisposable, IEnumerable<string>, IEnumerable
Inheritance
object
←
DOMObject
←
SVGValueType
←
SVGListBase
Implements
INotifyPropertyChanged
,
IDisposable
,
IEnumerable
상속 회원들
SVGListBase
Constructors
스프링리스트()
Aspose.Html.Dom.Svg.DataTypes.SVGStringList 클래스의 새로운 예를 시작합니다.
public SVGStringList()
스프링리스트(숫자 : 스트링>)
Aspose.Html.Dom.Svg.DataTypes.SVGStringList 클래스의 새로운 예를 시작합니다.
public SVGStringList(IEnumerable<string> enumerable)
Parameters
enumerable
IEnumerable
<에 대한 정보
string
>
셀 수 있는 것.
Methods
ToString()
이 경우를 나타내는 System.String을 반환합니다.
public override string ToString()
Returns
이 기회를 대표하는 시스템.String입니다.