ContextHelpProvider.GetHelpKeyword Method
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Function GetHelpKeyword ( _
obj As DependencyObject _
) As String
public static string GetHelpKeyword(
DependencyObject obj
)
public:
static String^ GetHelpKeyword(
DependencyObject^ obj
)
static member GetHelpKeyword :
obj:DependencyObject -> string
public static function GetHelpKeyword(
obj : DependencyObject
) : String
Parameters
- obj
Type: System.Windows.DependencyObject
Return Value
Type: System.String
Returns String.
.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.