'宣言 Public Function GetPrefixByNamespace( _ ByVal ns As System.String _ ) As System.String
public System.string GetPrefixByNamespace( System.string ns )
パラメータ
- ns
- The namespace to search for.
戻り値の型
The prefix associated with the specified namespace, or null 参照 (Visual Basicでは Nothing).