XmlLicenseTransform.InputTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得型別陣列,其為目前 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。