FileManagerService Class
Represents the FileManagerFeature extensibility feature for the project system.
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Features
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class FileManagerService
'Usage
Dim instance As FileManagerService
[CLSCompliantAttribute(false)]
public sealed class FileManagerService
[CLSCompliantAttribute(false)]
public ref class FileManagerService sealed
public final class FileManagerService
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type FileManagerService = class end
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.FileManagerService
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.Features Namespace