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