다음을 통해 공유


CommandBar.Protection Property

Gets or sets the protection level of this command bar.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

‘선언
Property Protection As MsoBarProtection
    Get
    Set
‘사용 방법
Dim instance As CommandBar
Dim value As MsoBarProtection

value = instance.Protection

instance.Protection = value
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

See Also

Reference

CommandBar Interface

CommandBar Members

Microsoft.VisualStudio.CommandBars Namespace