ViewOptionDefinition<T>.IsApplicableToScope(IPropertyOwner) Methode

Definition

Bestimmt, ob die Option auf den angegebenen Bereich angewendet werden kann.

public:
 override bool IsApplicableToScope(Microsoft::VisualStudio::Utilities::IPropertyOwner ^ scope);
public:
 override bool IsApplicableToScope(Microsoft::VisualStudio::Utilities::IPropertyOwner ^ scope);
 override bool IsApplicableToScope(Microsoft::VisualStudio::Utilities::IPropertyOwner const & scope);
public override bool IsApplicableToScope (Microsoft.VisualStudio.Utilities.IPropertyOwner scope);
override this.IsApplicableToScope : Microsoft.VisualStudio.Utilities.IPropertyOwner -> bool
Public Overrides Function IsApplicableToScope (scope As IPropertyOwner) As Boolean

Parameter

scope
IPropertyOwner

Der Bereich.

Gibt zurück

Boolean

true, wenn die Option auf den angegebenen Bereich anwendbar ist, andernfalls false.

Gilt für