public ShellId GetShellId() { return(ShellId.FromString(Name)); }
/// <inheritdoc /> public ShellId GetShellId() { // The environment variable name will be unique in the folder, so works perfectly as a PIDL. return(ShellId.FromString(_name)); }
ShellId IShellNamespaceItem.GetShellId() { return(ShellId.FromString(displayName)); }
/// <summary> /// Gets the unique identifier. /// </summary> /// <returns>The unique identifier, which in this case is based on the repo name.</returns> public ShellId GetShellId() { // Use the name as the source of the ID. return(ShellId.FromString(Name)); }