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 네임스페이스 URI 개체를 찾을 수 없는 경우

특성

적용 대상

추가 정보