VSSItemClass.Child Property
This property 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 ReadOnly Property Child ( _
<InAttribute> Spec As String, _
<InAttribute> <OptionalAttribute> Optional Deleted As Boolean = False _
) As VSSItem Implements IVSSItem.Child
'Usage
Dim instance As VSSItemClass
Dim Spec As String
Dim Deleted As Boolean
Dim value As VSSItem
value = CType(instance, IVSSItem).Child(Spec, Deleted)
public virtual VSSItem IVSSItem.Child [
[InAttribute] string Spec,
[OptionalAttribute] [InAttribute] bool Deleted
] { get; }
public:
virtual property VSSItem^ Child [String^, bool] {
VSSItem^ get ([InAttribute] String^ Spec, [InAttribute] [OptionalAttribute] bool Deleted) = IVSSItem::Child::get;
}
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
- Spec
See Also
Reference
VSSItemClass Class
VSSItemClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace