'Declaration Public Overloads Function FindVisualTool<TThe visual tool type to find.>() As T (Of TThe visual tool type to find.As WpfVisualTool)
public T FindVisualTool<T>() where T: WpfVisualTool
public: T* FindVisualTool<T>() where T: WpfVisualTool*
generic<typename T> public:
T^ FindVisualTool() where T: WpfVisualTool^
Type Parameters
- T
- The visual tool type to find.
Return Value
The visual tool of specified type if visual tool is found; otherwise, null.