Metodo CommandRouting.SetInterceptsCommandRouting
Spazio dei nomi: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Sintassi
'Dichiarazione
Public Shared Sub SetInterceptsCommandRouting ( _
element As DependencyObject, _
value As Boolean _
)
public static void SetInterceptsCommandRouting(
DependencyObject element,
bool value
)
public:
static void SetInterceptsCommandRouting(
DependencyObject^ element,
bool value
)
static member SetInterceptsCommandRouting :
element:DependencyObject *
value:bool -> unit
public static function SetInterceptsCommandRouting(
element : DependencyObject,
value : boolean
)
Parametri
- element
Tipo: DependencyObject
- value
Tipo: Boolean
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.