protected UsageWriter.Operation OperationInProgress { get; }
Protected ReadOnly Property OperationInProgress As UsageWriter.Operation
Get
Dim value As UsageWriter.Operation
value = Me.OperationInProgress
protected:
property UsageWriter.Operation OperationInProgress {
UsageWriter.Operation get ();
}
If this property is not UsageWriter.Operation.ParserUsage, the Parser property will throw an exception.
If this property is not UsageWriter.Operation.CommandListUsage, the CommandManager property will throw an exception.
If this property is UsageWriter.Operation.None, the Writer property may throw an exception.