言語

XsltArgumentList.GetExtensionObject(String) メソッド

定義

指定された名前空間に関連付けられているオブジェクトを取得します。

public:
 System::Object ^ GetExtensionObject(System::String ^ namespaceUri);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The stylesheet may have calls to methods of the extension object passed in which cannot be statically analyzed by the trimmer. Ensure all methods that may be called are preserved.")]
public object? GetExtensionObject(string namespaceUri);
public object? GetExtensionObject(string namespaceUri);
public object GetExtensionObject(string namespaceUri);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The stylesheet may have calls to methods of the extension object passed in which cannot be statically analyzed by the trimmer. Ensure all methods that may be called are preserved.")>]
member this.GetExtensionObject : string -> obj
member this.GetExtensionObject : string -> obj
Public Function GetExtensionObject (namespaceUri As String) As Object

パラメーター

namespaceUri
String

オブジェクトの名前空間 URI。

返品

名前空間 URI オブジェクト。見つからなかった場合は null

属性

適用対象

こちらもご覧ください