XmlLicenseTransform.GetOutput 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 XmlLicenseTransform 物件的輸出。
多載
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 物件。