Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Finds opened files in the solution that match according to the given callback.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Function FindOpenedFiles ( _
callback As IncludeInResultsCallback, _
serviceProvider As IServiceProvider _
) As Collection(Of String)
[CLSCompliantAttribute(false)]
public static Collection<string> FindOpenedFiles(
IncludeInResultsCallback callback,
IServiceProvider serviceProvider
)
[CLSCompliantAttribute(false)]
public:
static Collection<String^>^ FindOpenedFiles(
IncludeInResultsCallback^ callback,
IServiceProvider^ serviceProvider
)
[<CLSCompliantAttribute(false)>]
static member FindOpenedFiles :
callback:IncludeInResultsCallback *
serviceProvider:IServiceProvider -> Collection<string>
public static function FindOpenedFiles(
callback : IncludeInResultsCallback,
serviceProvider : IServiceProvider
) : Collection<String>
Parameters
callback
Type: Microsoft.VisualStudio.Modeling.Shell.IncludeInResultsCallbackA method that can determine whether a given file should be included in the result set.
serviceProvider
Type: IServiceProviderServiceProvider providing the IVsRunningDocumentTable service.
Return Value
Type: Collection<String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.