Microsoft.ManagementConsole.SnapInImageList.AddStrip C# (CSharp) Method

AddStrip() public method

public AddStrip ( Image value ) : int
value Image
return int
        public int AddStrip(Image value)
        {
            int num = this._innerList.Images.AddStrip(value);
            this.Notify();
            return num;
        }