IVsResourceView Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("AD3B499C-281D-46BB-B43B-071413528C04")> _
Public Interface IVsResourceView
'Usage
Dim instance As IVsResourceView
[InterfaceTypeAttribute()]
[GuidAttribute("AD3B499C-281D-46BB-B43B-071413528C04")]
public interface IVsResourceView
[InterfaceTypeAttribute()]
[GuidAttribute(L"AD3B499C-281D-46BB-B43B-071413528C04")]
public interface class IVsResourceView
public interface IVsResourceView

Remarks

Use the IVsClassView interface. You can get an instance of the interface from the SVsClassView service.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace