Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the protection level of this command bar.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Property Protection As MsoBarProtection
MsoBarProtection Protection { get; set; }
property MsoBarProtection Protection {
MsoBarProtection get ();
void set (MsoBarProtection value);
}
abstract Protection : MsoBarProtection with get, set
function get Protection () : MsoBarProtection
function set Protection (value : MsoBarProtection)
Property Value
Type: Microsoft.VisualStudio.CommandBars.MsoBarProtection
Always returns msoBarNoProtection.
Remarks
Attempting to set this property with any other value will cause an exception to be thrown.
.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.