Gets the resource that wraps the specified object, or null if such resource doesn't exist.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public Resource GetResource(
	Object item
)
Visual Basic (Declaration)
Public Function GetResource ( _
	item As Object _
) As Resource

Parameters

item
Type: System..::.Object
Wrapped object to search for.

Return Value

The resource that wraps the specified object, or null if such resource doesn't exist.

See Also