PSStyle.FileInfoFormatting.FileExtensionDictionary.ContainsKey(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.
Gets whether the dictionary contains the specified extension.
public bool ContainsKey (string extension);
member this.ContainsKey : string -> bool
Public Function ContainsKey (extension As String) As Boolean
Parameters
- extension
- String
Extension to check for.
Returns
True if the dictionary contains the specified extension, otherwise false.