共用方式為


VCPropertySheet.ManagedExtensions 屬性

取得或設定值,這個值表示此組態使用 Visual C++。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
Property ManagedExtensions As compileAsManagedOptions
compileAsManagedOptions ManagedExtensions { get; set; }
property compileAsManagedOptions ManagedExtensions {
    compileAsManagedOptions get ();
    void set (compileAsManagedOptions value);
}
abstract ManagedExtensions : compileAsManagedOptions with get, set
function get ManagedExtensions () : compileAsManagedOptions 
function set ManagedExtensions (value : compileAsManagedOptions)

屬性值

類型:Microsoft.VisualStudio.VCProjectEngine.compileAsManagedOptions
compileAsManagedOptions 列舉。

備註

ManagedExtensions 會公開 C++ 編譯器之 /clr (Common Language Runtime 編譯) 選項的功能。

如果您設定而不是編譯器工具的 CompileAsManaged 屬性,然後其他,連結器的相關屬性與 VCWebServiceProxyGeneratorTool 的這個屬性會設定為。 設定編譯器的 CompileAsManaged 屬性直接覆寫組態的 ManagedExtensions 屬性。

.NET Framework 安全性

請參閱

參考

VCPropertySheet 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間