DialogAssistant.GetHelpTopic Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Function GetHelpTopic ( _
obj As DependencyObject _
) As String
public static string GetHelpTopic(
DependencyObject obj
)
public:
static String^ GetHelpTopic(
DependencyObject^ obj
)
static member GetHelpTopic :
obj:DependencyObject -> string
public static function GetHelpTopic(
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.