PackageItems.Remove(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates whether a PackageItem object from the PackageItems collection with specified stream name was removed.
public:
bool Remove(System::String ^ streamName);
public bool Remove (string streamName);
member this.Remove : string -> bool
Public Function Remove (streamName As String) As Boolean
Parameters
- streamName
- String
The name of the stream.
Returns
True if a PackageItem object from the PackageItems collection with specified stream name was removed; otherwise, false.