PackageItems.IndexOf(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.
Reports the index of the occurrence of the specified string in this instance.
public:
int IndexOf(System::String ^ streamName);
public int IndexOf (string streamName);
member this.IndexOf : string -> int
Public Function IndexOf (streamName As String) As Integer
Parameters
- streamName
- String
The name of the stream.
Returns
The index of the occurrence of the specified string in this instance.