Share via


IUserFileContributor Interface

Used to define properties that should be routed to the .user file.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IUserFileContributor _
    Inherits IExtension
'Usage
Dim instance As IUserFileContributor
[CLSCompliantAttribute(false)]
public interface IUserFileContributor : IExtension
[CLSCompliantAttribute(false)]
public interface class IUserFileContributor : IExtension
public interface IUserFileContributor extends IExtension
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type IUserFileContributor =  
    interface
        interface IExtension
    end

See Also

Reference

IUserFileContributor Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace