ContextHelpProvider.ResolveHelpReference 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 ResolveHelpReference ( _
    helpReference As String _
) As Uri
public static Uri ResolveHelpReference(
    string helpReference
)
public:
static Uri^ ResolveHelpReference(
    String^ helpReference
)
static member ResolveHelpReference : 
        helpReference:string -> Uri
public static function ResolveHelpReference(
    helpReference : String
) : Uri

Parameters

Return Value

Type: System.Uri

.NET Framework Security

See Also

Reference

ContextHelpProvider Class

Microsoft.TeamFoundation.Controls.WPF Namespace