IVsProfilableProjectCfg.SuppressSignedAssemblyWarnings Property
Indicates if signed assembly warnings are to be displayed.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
ReadOnly Property SuppressSignedAssemblyWarnings As Boolean
bool SuppressSignedAssemblyWarnings { get; }
property bool SuppressSignedAssemblyWarnings {
bool get ();
}
abstract SuppressSignedAssemblyWarnings : bool with get
function get SuppressSignedAssemblyWarnings () : boolean
Property Value
Type: System.Boolean
If true, the signed assembly warnings are not displayed. If false, the signed assembly warnings are displayed.
Remarks
When the profiler launches in Instrumentation Mode it statically instruments assemblies and if they are signed a warning is displayed to indicate that binaries should be re-signed. If the project system intends to do this anyway, the warning is not required.
.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.