XmlLicenseTransform.GetOutput 메서드

정의

개체의 출력을 XmlLicenseTransform 반환합니다.

오버로드

Name Description
GetOutput()

개체의 출력을 XmlLicenseTransform 반환합니다.

GetOutput(Type)

개체의 출력을 XmlLicenseTransform 반환합니다.

GetOutput()

개체의 출력을 XmlLicenseTransform 반환합니다.

public:
 override System::Object ^ GetOutput();
public override object GetOutput();
override this.GetOutput : unit -> obj
Public Overrides Function GetOutput () As Object

반품

개체의 출력입니다 XmlLicenseTransform .

설명

반환된 개체의 형식은 .이어야 XmlDocument합니다.

적용 대상

GetOutput(Type)

개체의 출력을 XmlLicenseTransform 반환합니다.

public:
 override System::Object ^ GetOutput(Type ^ type);
public override object GetOutput(Type type);
override this.GetOutput : Type -> obj
Public Overrides Function GetOutput (type As Type) As Object

매개 변수

type
Type

반환할 출력의 형식입니다. XmlDocument 는 이 매개 변수에 유효한 유일한 형식입니다.

반품

개체의 출력입니다 XmlLicenseTransform .

예외

type 매개 변수가 개체가 XmlDocument 아닙니다.

적용 대상