IProjectReferenceController Interface
Represents the extension point that controls adding references to the project system.
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 IProjectReferenceController _
Inherits IExtension
'Usage
Dim instance As IProjectReferenceController
[CLSCompliantAttribute(false)]
public interface IProjectReferenceController : IExtension
[CLSCompliantAttribute(false)]
public interface class IProjectReferenceController : IExtension
public interface IProjectReferenceController extends IExtension
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type IProjectReferenceController =
interface
interface IExtension
end
See Also
Reference
IProjectReferenceController Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace