ILaunchDebugTargetProvider.SupportsContext(IWorkspace, String) Yöntem

Tanım

Bu bağlam bu sağlayıcı için destekleniyorsa

public:
 bool SupportsContext(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspaceContext, System::String ^ targetFilePath);
public bool SupportsContext (Microsoft.VisualStudio.Workspace.IWorkspace workspaceContext, string targetFilePath);
abstract member SupportsContext : Microsoft.VisualStudio.Workspace.IWorkspace * string -> bool
Public Function SupportsContext (workspaceContext As IWorkspace, targetFilePath As String) As Boolean

Parametreler

workspaceContext
IWorkspace

Çalışma alanı bağlamı

targetFilePath
String

Dosya çalışma alanı

Döndürülenler

Boolean

Bu sağlayıcı bu bağlamı işleyebiliyorsa doğru

Şunlara uygulanır