IVsTargetFrameworkAssemblies Interface

Provides base support for targeting multiple framework versions.

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

Syntax

‘선언
<GuidAttribute("399DC6D4-84D6-4208-AFA6-362098E7972F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTargetFrameworkAssemblies
‘사용 방법
Dim instance As IVsTargetFrameworkAssemblies
[GuidAttribute("399DC6D4-84D6-4208-AFA6-362098E7972F")]
[InterfaceTypeAttribute()]
public interface IVsTargetFrameworkAssemblies
[GuidAttribute(L"399DC6D4-84D6-4208-AFA6-362098E7972F")]
[InterfaceTypeAttribute()]
public interface class IVsTargetFrameworkAssemblies
[<GuidAttribute("399DC6D4-84D6-4208-AFA6-362098E7972F")>]
[<InterfaceTypeAttribute()>]
type IVsTargetFrameworkAssemblies =  interface end
public interface IVsTargetFrameworkAssemblies

See Also

Reference

IVsTargetFrameworkAssemblies Members

Microsoft.VisualStudio.Shell.Interop Namespace