Atspi.Document.GetAttributeValue C# (CSharp) Method

GetAttributeValue() public method

public GetAttributeValue ( string attributeName ) : string
attributeName string
return string
        public string GetAttributeValue(string attributeName)
        {
            return proxy.GetAttributeValue (attributeName);
        }