AddInBase.GetHostItem<T>(Type, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
generic <typename T>
where T : class T GetHostItem(Type ^ type, System::String ^ cookie);
protected T GetHostItem<T> (Type type, string cookie) where T : class;
member this.GetHostItem : Type * string -> 'T (requires 'T : null)
Protected Function GetHostItem(Of T As Class) (type As Type, cookie As String) As T
Type Parameters
- T
Parameters
- type
- Type
- cookie
- String
Returns
T
Returns IRibbonExtension.