This interface supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The CLS-compliant alternative is
.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in microsoft.visualstudio.teamfoundation.client.dll)

Syntax
Visual Basic (Declaration)
<CLSCompliantAttribute(False)> _
Public Interface IProjectComponentCreator
Dim instance As IProjectComponentCreator
[CLSCompliantAttribute(false)]
public interface IProjectComponentCreator
[CLSCompliantAttribute(false)]
public interface class IProjectComponentCreator
/** @attribute CLSCompliantAttribute(false) */
public interface IProjectComponentCreator
CLSCompliantAttribute(false)
public interface IProjectComponentCreator

See Also