Transform.GetOutput 方法
本文內容
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回目前 Transform 物件的輸出。
多載
GetOutput() |
在衍生類別中覆寫時,傳回目前 Transform 物件的輸出。 |
GetOutput(Type) |
在衍生類別中覆寫時,傳回目前特定型別 Transform 物件的輸出。 |
- 來源:
- Transform.cs
- 來源:
- Transform.cs
- 來源:
- Transform.cs
- 來源:
- Transform.cs
- 來源:
- Transform.cs
- 來源:
- Transform.cs
在衍生類別中覆寫時,傳回目前 Transform 物件的輸出。
public:
abstract System::Object ^ GetOutput();
public abstract object GetOutput();
abstract member GetOutput : unit -> obj
Public MustOverride Function GetOutput () As Object
傳回
目前 Transform 物件的輸出。
適用於
.NET 10 (package-provided) 及其他版本
產品 | 版本 |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
- 來源:
- Transform.cs
- 來源:
- Transform.cs
- 來源:
- Transform.cs
- 來源:
- Transform.cs
- 來源:
- Transform.cs
- 來源:
- Transform.cs
在衍生類別中覆寫時,傳回目前特定型別 Transform 物件的輸出。
public:
abstract System::Object ^ GetOutput(Type ^ type);
public abstract object GetOutput(Type type);
abstract member GetOutput : Type -> obj
Public MustOverride Function GetOutput (type As Type) As Object
參數
- type
- Type
要傳回的輸出型別。 這必須是 OutputTypes 屬性的其中一個型別。
傳回
做為指定型別之物件的目前 Transform 物件輸出。
備註
方法 GetOutput 會在呼叫 方法之前所設定的值上執行之後,傳回目前轉換的 LoadInput 輸出。
傳回物件的型別必須是 屬性中的 OutputTypes 其中一個型別物件。
適用於
.NET 10 (package-provided) 及其他版本
產品 | 版本 |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |