Share via


MessageScope Struct

Definition

Argument completer implementation for MessageScope.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.MessageScopeTypeConverter))]
public struct MessageScope : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.MessageScope>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.MessageScopeTypeConverter))>]
type MessageScope = struct
    interface IArgumentCompleter
Public Structure MessageScope
Implements IArgumentCompleter, IEquatable(Of MessageScope)
Inheritance
MessageScope
Attributes
Implements

Fields

NotSpecified
RegisteredSubscriptions

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(MessageScope)

Compares values of enum type MessageScope

Equals(Object)

Compares values of enum type MessageScope (override for Object)

GetHashCode()

Returns hashCode for enum MessageScope

ToString()

Returns string representation for MessageScope

Operators

Equality(MessageScope, MessageScope)

Overriding == operator for enum MessageScope

Implicit(MessageScope to String)

Implicit operator to convert MessageScope to string

Implicit(String to MessageScope)

Implicit operator to convert string to MessageScope

Inequality(MessageScope, MessageScope)

Overriding != operator for enum MessageScope

Applies to