DialogAssistant.GetDisableContextHelp Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Function GetDisableContextHelp ( _
obj As DependencyObject _
) As Nullable(Of Boolean)
public static Nullable<bool> GetDisableContextHelp(
DependencyObject obj
)
public:
static Nullable<bool> GetDisableContextHelp(
DependencyObject^ obj
)
static member GetDisableContextHelp :
obj:DependencyObject -> Nullable<bool>
public static function GetDisableContextHelp(
obj : DependencyObject
) : Nullable<boolean>
Parameters
- obj
Type: System.Windows.DependencyObject
Return Value
Type: System.Nullable<Boolean>
Returns Boolean.
.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.