Sdílet prostřednictvím


VCPropertySheet.ConfigurationType – vlastnost

Získá nebo nastaví typ výstupu, který generuje tuto konfiguraci.

Obor názvů:  Microsoft.VisualStudio.VCProjectEngine
Sestavení:  Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Deklarace
Property ConfigurationType As ConfigurationTypes
ConfigurationTypes ConfigurationType { get; set; }
property ConfigurationTypes ConfigurationType {
    ConfigurationTypes get ();
    void set (ConfigurationTypes value);
}
abstract ConfigurationType : ConfigurationTypes with get, set
function get ConfigurationType () : ConfigurationTypes 
function set ConfigurationType (value : ConfigurationTypes)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.VCProjectEngine.ConfigurationTypes
A ConfigurationTypes výčtu.

Poznámky

Použití ConfigurationTypes výčtu změníte hodnotu této vlastnosti.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VCPropertySheet Rozhraní

Microsoft.VisualStudio.VCProjectEngine – obor názvů