共用方式為


ServiceProviderExtensions.GetCOMService 方法

嘗試從指定 COM 連接啟用一行遠端服務提供者傳回。

命名空間:  Microsoft.VisualStudio.TextTemplating
組件:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (在 Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll 中)

語法

'宣告
<ExtensionAttribute> _
Public Shared Function GetCOMService ( _
    provider As IServiceProvider, _
    type As Type _
) As Object
public static Object GetCOMService(
    this IServiceProvider provider,
    Type type
)
[ExtensionAttribute]
public:
static Object^ GetCOMService(
    IServiceProvider^ provider, 
    Type^ type
)
static member GetCOMService : 
        provider:IServiceProvider * 
        type:Type -> Object 
public static function GetCOMService(
    provider : IServiceProvider, 
    type : Type
) : Object

參數

傳回值

型別:System.Object
若可能則啟動 COM 介面的相關聯服務;否則啟動服務提供者所提供的任何服務。可能傳回 Null。

使用注意事項

在 Visual Basic 和 C# 中,您可以在任何 IServiceProvider 型別物件中呼叫這個方法以做為執行個體。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱擴充方法 (Visual Basic)擴充方法 (C# 程式設計手冊)

.NET Framework 安全性

請參閱

參考

ServiceProviderExtensions 類別

Microsoft.VisualStudio.TextTemplating 命名空間