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.

적용 대상