CodeDomDocDataAdapter.GetService 方法

获取指定类型的服务。

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

语法

声明
Protected Function GetService ( _
    serviceType As Type _
) As Object
protected Object GetService(
    Type serviceType
)

参数

  • serviceType
    类型:System.Type
    服务访问的类型。

返回值

类型:System.Object
对象委托中指定的服务或 nullnull 引用(在 Visual Basic 中为 Nothing) ; 如果没有可用。

.NET Framework 安全性

请参见

参考

CodeDomDocDataAdapter 类

Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom 命名空间