共用方式為


XmlLicenseTransform.InputTypes 屬性

定義

取得型別陣列,其為目前 OutputTypes 物件之 XmlLicenseTransform 方法的有效輸入。

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

屬性值

Type[]

目前 OutputTypes 物件的 XmlLicenseTransform 方法之有效輸入型別陣列;您可以只將其中一種型別的物件傳遞到目前 OutputTypes 物件的 XmlLicenseTransform 方法。

備註

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

適用於