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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。