public string GetAttributeValue(
string
)
'Declaration
Public Function GetAttributeValue( _
ByVal As String _
) As String
'Usage
Dim instance As SvgNodeHandle
Dim name As String
Dim value As String
value = instance.GetAttributeValue(name)
- (nullable NSString *)valueOfAttribute:(NSString *)attribute error:(NSError **)error
public String getAttributeValue(String name)
public:
String^ GetAttributeValue(
String^
)
Parameters
- name
- The attribute name.
Return Value
The value of the specified attribute. null if the element does not have an attribute with this name.