Registers as a namespace prefix for the namespace.
シンタックス
'宣言
Public Sub RegisterNamespacePrefix( _
ByVal As System.String, _
ByVal As System.String _
)
public void RegisterNamespacePrefix(
System.string ,
System.string
)
パラメータ
- prefix
- The prefix to register.
- ns
- The target namespace.
例外
例外 | 解説 |
System.ArgumentNullException | |
GrapeCity.Documents.Svg.SvgException.PrefixAlreadyRegistered(System.String) | |
参照