OperationInfoBase.GetContractFullName(IServiceProvider) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回實作此作業的合約完整名稱。
protected public:
abstract System::String ^ GetContractFullName(IServiceProvider ^ provider);
protected internal abstract string GetContractFullName (IServiceProvider provider);
abstract member GetContractFullName : IServiceProvider -> string
Protected Friend MustOverride Function GetContractFullName (provider As IServiceProvider) As String
參數
- provider
- IServiceProvider
與這個作業相關的服務提供者。
傳回
字串,代表實作這個作業的合約的完整名稱。