VSSItemClass.NewSubproject MethodÂ
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Public Overridable Function NewSubproject ( _
<InAttribute> Name As String, _
<InAttribute> <OptionalAttribute> Optional Comment As String = "" _
) As VSSItem Implements IVSSItem.NewSubproject
'Usage
Dim instance As VSSItemClass
Dim Name As String
Dim Comment As String
Dim returnValue As VSSItem
returnValue = CType(instance, IVSSItem).NewSubproject(Name, Comment)
public virtual VSSItem IVSSItem.NewSubproject (
[InAttribute] string Name,
[OptionalAttribute] [InAttribute] string Comment
)
public:
virtual VSSItem^ NewSubproject (
[InAttribute] String^ Name,
[InAttribute] [OptionalAttribute] String^ Comment
) = IVSSItem::NewSubproject
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- Name
- Comment
See Also
Reference
VSSItemClass Class
VSSItemClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace