LookupPrefix() public method

public LookupPrefix ( string ns ) : string
ns string
return string
示例#1
0
 string IXmlNamespaceResolver.LookupPrefix(string namespaceName)
 {
     return(_wfWriter.LookupPrefix(namespaceName));
 }