次の方法で共有


WorkspaceServiceHelper.GetIndexWorkspaceService(IWorkspace) メソッド

定義

ワークスペース インスタンスの IIndexWorkspaceService を取得する

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::VisualStudio::Workspace::Indexing::IIndexWorkspaceService ^ GetIndexWorkspaceService(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspace);
public static Microsoft.VisualStudio.Workspace.Indexing.IIndexWorkspaceService GetIndexWorkspaceService (this Microsoft.VisualStudio.Workspace.IWorkspace workspace);
static member GetIndexWorkspaceService : Microsoft.VisualStudio.Workspace.IWorkspace -> Microsoft.VisualStudio.Workspace.Indexing.IIndexWorkspaceService
<Extension()>
Public Function GetIndexWorkspaceService (workspace As IWorkspace) As IIndexWorkspaceService

パラメーター

workspace
IWorkspace

ワークスペース インスタンス

戻り値

IIndexWorkspaceService のインスタンス。見つからない場合は null

適用対象