TLIApplicationClass.InterfaceInfoFromObject Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Namespace: TLI
Assembly: Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)
Syntax
'Declaration
Public Overridable Function InterfaceInfoFromObject ( _
Object As Object _
) As InterfaceInfo
'Usage
Dim instance As TLIApplicationClass
Dim Object As Object
Dim returnValue As InterfaceInfo
returnValue = instance.InterfaceInfoFromObject(Object)
public virtual InterfaceInfo InterfaceInfoFromObject(
Object Object
)
public:
virtual InterfaceInfo^ InterfaceInfoFromObject(
[InAttribute] Object^ Object
)
public function InterfaceInfoFromObject(
Object : Object
) : InterfaceInfo
Parameters
- Object
Type: System.Object
Return Value
Type: TLI.InterfaceInfo
Implements
_TLIApplication.InterfaceInfoFromObject(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.