PSMemberInfoCollection<T>.Item[String] Property
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.
Gets the member in this collection matching name. If the member does not exist, null is returned.
public:
abstract property T default[System::String ^] { T get(System::String ^ name); };
public abstract T this[string name] { get; }
member this.Item(string) : 'T
Default Public MustOverride ReadOnly Property Item(name As String) As T
Parameters
- name
- String
Name of the member to look for.
Property Value
T
The member matching name.
Exceptions
For invalid arguments.