VsTargetFrameworkProvider 类

此 API 不兼容 CLS。 

继承层次结构

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

命名空间:  Microsoft.VisualStudio.Shell.Design
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
Public Class VsTargetFrameworkProvider _
    Inherits TypeDescriptionProvider
[CLSCompliantAttribute(false)]
public class VsTargetFrameworkProvider : TypeDescriptionProvider

VsTargetFrameworkProvider 类型公开以下成员。

构造函数

  名称 说明
公共方法 VsTargetFrameworkProvider(IVsDesignTimeAssemblyResolution, IDesignTimeAssemblyLoader, IVsSmartOpenScope)
公共方法 VsTargetFrameworkProvider(IVsFrameworkMultiTargeting, String, IVsSmartOpenScope)
公共方法 VsTargetFrameworkProvider(IVsDesignTimeAssemblyResolution, IDesignTimeAssemblyLoader, TypeDescriptionProvider, IVsSmartOpenScope)
公共方法 VsTargetFrameworkProvider(IVsFrameworkMultiTargeting, IDesignTimeAssemblyLoader, String, IVsSmartOpenScope)
公共方法 VsTargetFrameworkProvider(IVsFrameworkMultiTargeting, String, TypeDescriptionProvider, IVsSmartOpenScope)
公共方法 VsTargetFrameworkProvider(IVsFrameworkMultiTargeting, IDesignTimeAssemblyLoader, String, TypeDescriptionProvider, IVsSmartOpenScope)

页首

属性

  名称 说明
公共属性 ProviderService

页首

方法

  名称 说明
公共方法 CreateInstance 创建可以代替另一数据类型的对象。 (继承自 TypeDescriptionProvider。)
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetCache 获取每个对象均对应有的缓存,此缓存可作为键/值对的 IDictionary 进行访问。 (继承自 TypeDescriptionProvider。)
公共方法 GetExtendedTypeDescriptor (重写 TypeDescriptionProvider.GetExtendedTypeDescriptor(Object)。)
受保护的方法 GetExtenderProviders 获取指定对象的扩展程序提供程序。 (继承自 TypeDescriptionProvider。)
公共方法 GetFullComponentName 获取指定的组件的名称,如果指定的组件没有名称,则为 nullnull 引用(在 Visual Basic 中为 Nothing)。 (继承自 TypeDescriptionProvider。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetReflectionAssembly
公共方法 GetReflectionType(Type) 针对某个类型执行正常反射。 (继承自 TypeDescriptionProvider。)
公共方法 GetReflectionType(Object) 针对给定对象执行正常反射。 (继承自 TypeDescriptionProvider。)
公共方法 GetReflectionType(Type, Object) (重写 TypeDescriptionProvider.GetReflectionType(Type, Object)。)
公共方法 GetRuntimeType (重写 TypeDescriptionProvider.GetRuntimeType(Type)。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 GetTypeDescriptor(Type) 获取给定类型的自定义类型说明符。 (继承自 TypeDescriptionProvider。)
公共方法 GetTypeDescriptor(Object) 获取给定对象的自定义类型说明符。 (继承自 TypeDescriptionProvider。)
公共方法 GetTypeDescriptor(Type, Object) (重写 TypeDescriptionProvider.GetTypeDescriptor(Type, Object)。)
公共方法 IsSupportedType (重写 TypeDescriptionProvider.IsSupportedType(Type)。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 Refresh
公共方法 RefreshAll
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.VisualStudio.Shell.Design 命名空间