Interface IVssWriterComponents
The IVssWriterComponents interface contains methods used to obtain and modify component information (in the form of IVssComponent instances) associated with a given writer but stored in a requester's Backup Components Document.
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
public interface IVssWriterComponents
Properties
| Improve this Doc View SourceComponents
A read-only collection of IVssComponent instances to the a given writer's components explicitly stored in the Backup Components Document.
Declaration
IList<IVssComponent> Components { get; }
Property Value
Type | Description |
---|---|
IList<IVssComponent> | A read-only collection of IVssComponent instances to the a given writer's components explicitly stored in the Backup Components Document. cautionThis list must not be accessed after the IVssComponent from which it was obtained has been disposed. |
InstanceId
Identifier of the writer instance responsible for the components.
Declaration
Guid InstanceId { get; }
Property Value
Type | Description |
---|---|
Guid |
WriterId
Identifier of the writer class responsible for the components.
Declaration
Guid WriterId { get; }
Property Value
Type | Description |
---|---|
Guid |