Udostępnij za pośrednictwem


FlavoredProjectBase.GetComInterface<Interface_T> Method

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

'Declaration
Public Function GetComInterface(Of Interface_T As Class) As Interface_T
'Usage
Dim instance As FlavoredProjectBase 
Dim returnValue As Interface_T

returnValue = instance.GetComInterface()
public Interface_T GetComInterface<Interface_T>()
where Interface_T : class
public:
generic<typename Interface_T>
where Interface_T : ref class
Interface_T GetComInterface()
JScript does not support generic types or methods.

Type Parameters

  • Interface_T

Return Value

Type: Interface_T

.NET Framework Security

See Also

Reference

FlavoredProjectBase Class

FlavoredProjectBase Members

Microsoft.VisualStudio.Shell.Flavor Namespace