'宣言 Public Function UnregisterNamespacePrefix( _ ByVal prefix As System.String _ ) As System.Boolean
public System.bool UnregisterNamespacePrefix( System.string prefix )
パラメータ
- prefix
- The prefix to unregister.
戻り値の型
true if the prefix was successfully unregistered, false otherwise.