DialogAssistant.SetHelpTopic Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Sub SetHelpTopic ( _
obj As DependencyObject, _
value As String _
)
public static void SetHelpTopic(
DependencyObject obj,
string value
)
public:
static void SetHelpTopic(
DependencyObject^ obj,
String^ value
)
static member SetHelpTopic :
obj:DependencyObject *
value:string -> unit
public static function SetHelpTopic(
obj : DependencyObject,
value : String
)
Parameters
- obj
Type: System.Windows.DependencyObject
- value
Type: System.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.