IEnumTargetFrameworks Interface

Enumerator for supported versions of the framework.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("D92C0B96-E08D-4268-A941-6D7D670F1820")> _
Public Interface IEnumTargetFrameworks
‘사용 방법
Dim instance As IEnumTargetFrameworks
[InterfaceTypeAttribute()]
[GuidAttribute("D92C0B96-E08D-4268-A941-6D7D670F1820")]
public interface IEnumTargetFrameworks
[InterfaceTypeAttribute()]
[GuidAttribute(L"D92C0B96-E08D-4268-A941-6D7D670F1820")]
public interface class IEnumTargetFrameworks
[<InterfaceTypeAttribute()>]
[<GuidAttribute("D92C0B96-E08D-4268-A941-6D7D670F1820")>]
type IEnumTargetFrameworks =  interface end
public interface IEnumTargetFrameworks

See Also

Reference

IEnumTargetFrameworks Members

Microsoft.VisualStudio.Shell.Interop Namespace