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 对象的方法返回其中一种类型的对象。

注解

类的唯一有效输出类型 XmlLicenseTransformXmlDocument

适用于