Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets whether the binary has been optimized. Optimized corresponds to the Optimized column of the Modules window.
Namespace: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Syntax
'Declaration
ReadOnly Property Optimized As Boolean
bool Optimized { get; }
property bool Optimized {
bool get ();
}
abstract Optimized : bool with get
function get Optimized () : boolean
Property Value
Type: System.Boolean
A boolean value; true if the binary is optimized, false if otherwise.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.