BreakingChangeAttributeHelper.GetAllBreakingChangeAttributesInType 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.
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