XmlLicenseTransform.InputTypes 属性

定义

获取一个类型数组,这些类型是当前 XmlLicenseTransform 对象的 OutputTypes 方法的有效输入。

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 方法。

注解

类的唯一有效输入类型 XmlLicenseTransformXmlDocument

适用于