SharpVectors.Dom.Css.CssPrimitiveValue.GetCounterValue C# (CSharp) 메소드

GetCounterValue() 공개 메소드

This method is used to get the Counter value. If this CSS value doesn't contain a counter value, a DOMException is raised. Modification to the corresponding style property can be achieved using the Counter interface
INVALID_ACCESS_ERR: Raised if the CSS value doesn't contain a Counter value (e.g. this is not CSS_COUNTER).
public GetCounterValue ( ) : SharpVectors.Dom.Css.ICounter
리턴 SharpVectors.Dom.Css.ICounter
        public virtual SharpVectors.Dom.Css.ICounter GetCounterValue()
        {
            throw new NotImplementedException("GetCounterValue");
        }