Share via


BreakingChangeAttributeHelper.GetAllBreakingChangeAttributesInType Method

Definition

public static System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Commands.Common.CustomAttributes.GenericBreakingChangeWithVersionAttribute> GetAllBreakingChangeAttributesInType (Type type, System.Management.Automation.InvocationInfo invocationInfo);
public static System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Commands.Common.CustomAttributes.GenericBreakingChangeAttribute> GetAllBreakingChangeAttributesInType (Type type, System.Management.Automation.InvocationInfo invocationInfo);
static member GetAllBreakingChangeAttributesInType : Type * System.Management.Automation.InvocationInfo -> seq<Microsoft.WindowsAzure.Commands.Common.CustomAttributes.GenericBreakingChangeWithVersionAttribute>
static member GetAllBreakingChangeAttributesInType : Type * System.Management.Automation.InvocationInfo -> seq<Microsoft.WindowsAzure.Commands.Common.CustomAttributes.GenericBreakingChangeAttribute>
Public Shared Function GetAllBreakingChangeAttributesInType (type As Type, invocationInfo As InvocationInfo) As IEnumerable(Of GenericBreakingChangeWithVersionAttribute)
Public Shared Function GetAllBreakingChangeAttributesInType (type As Type, invocationInfo As InvocationInfo) As IEnumerable(Of GenericBreakingChangeAttribute)

Parameters

type
Type
invocationInfo
InvocationInfo

Returns

Applies to