Watermark.GetImage Method
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Function GetImage ( _
obj As DependencyObject _
) As Object
public static Object GetImage(
DependencyObject obj
)
public:
static Object^ GetImage(
DependencyObject^ obj
)
static member GetImage :
obj:DependencyObject -> Object
public static function GetImage(
obj : DependencyObject
) : Object
Parameters
- obj
Type: System.Windows.DependencyObject
Return Value
Type: System.Object
Returns Object.
.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.