ContextHelpProvider.GetHelpReference Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Shared Function GetHelpReference ( _
    obj As DependencyObject _
) As String
public static string GetHelpReference(
    DependencyObject obj
)
public:
static String^ GetHelpReference(
    DependencyObject^ obj
)
static member GetHelpReference : 
        obj:DependencyObject -> string
public static function GetHelpReference(
    obj : DependencyObject
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ContextHelpProvider Class

Microsoft.TeamFoundation.Controls.WPF Namespace