ContextHelpProvider.SetHelpReference 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 Sub SetHelpReference ( _
    obj As DependencyObject, _
    value As String _
)
public static void SetHelpReference(
    DependencyObject obj,
    string value
)
public:
static void SetHelpReference(
    DependencyObject^ obj, 
    String^ value
)
static member SetHelpReference : 
        obj:DependencyObject * 
        value:string -> unit
public static function SetHelpReference(
    obj : DependencyObject, 
    value : String
)

Parameters

.NET Framework Security

See Also

Reference

ContextHelpProvider Class

Microsoft.TeamFoundation.Controls.WPF Namespace