VsTargetFrameworkProvider Class

This API is not CLS-compliant. 

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

Syntax

‘선언
<CLSCompliantAttribute(False)> _
Public Class VsTargetFrameworkProvider _
    Inherits TypeDescriptionProvider
‘사용 방법
Dim instance As VsTargetFrameworkProvider
[CLSCompliantAttribute(false)]
public class VsTargetFrameworkProvider : TypeDescriptionProvider
[CLSCompliantAttribute(false)]
public ref class VsTargetFrameworkProvider : public TypeDescriptionProvider
[<CLSCompliantAttribute(false)>]
type VsTargetFrameworkProvider =  
    class
        inherit TypeDescriptionProvider
    end
public class VsTargetFrameworkProvider extends TypeDescriptionProvider

Inheritance Hierarchy

System.Object
  System.ComponentModel.TypeDescriptionProvider
    Microsoft.VisualStudio.Shell.Design.VsTargetFrameworkProvider

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

VsTargetFrameworkProvider Members

Microsoft.VisualStudio.Shell.Design Namespace