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