共用方式為


XmlLicenseTransform.OutputTypes 屬性

定義

取得可以從目前 OutputTypes 物件的 XmlLicenseTransform 方法有效輸出的型別陣列。

public:
 virtual property cli::array <Type ^> ^ OutputTypes { cli::array <Type ^> ^ get(); };
public override Type[] OutputTypes { get; }
member this.OutputTypes : Type[]
Public Overrides ReadOnly Property OutputTypes As Type()

屬性值

Type[]

目前 XmlLicenseTransform 物件的有效輸出型別陣列;只有其中一種型別的物件會從目前 GetOutput() 物件的 XmlLicenseTransform 方法傳回。

備註

類別的唯一 XmlLicenseTransform 有效輸出類型是 XmlDocument

適用於