CompilerType.CodeDomProviderType Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan untuk implementasi yang Type dikonfigurasi CodeDomProvider .
public:
property Type ^ CodeDomProviderType { Type ^ get(); };
public Type CodeDomProviderType { get; }
member this.CodeDomProviderType : Type
Public ReadOnly Property CodeDomProviderType As Type
Nilai Properti
Baca-saja Type yang mewakili jenis penyedia kode yang dikonfigurasi.
Keterangan
Properti CodeDomProviderType menentukan implementasi yang CodeDomProvider digunakan untuk menghasilkan dan mengkompilasi kode sumber untuk penyedia build.
Misalnya, jika penyedia build dikonfigurasi untuk menggunakan penyedia kode Visual Basic di .NET Framework, CodeDomProviderType mengembalikan Type untuk kelas .VBCodeProvider