다음을 통해 공유


BreakingChangeAttributeHelper.GetBreakingChangeMessagesForType Method

Definition

Overloads

GetBreakingChangeMessagesForType(Type)
GetBreakingChangeMessagesForType(Type, InvocationInfo)

GetBreakingChangeMessagesForType(Type)

public static System.Collections.Generic.List<string> GetBreakingChangeMessagesForType (Type type);
static member GetBreakingChangeMessagesForType : Type -> System.Collections.Generic.List<string>
Public Shared Function GetBreakingChangeMessagesForType (type As Type) As List(Of String)

Parameters

type
Type

Returns

Applies to

GetBreakingChangeMessagesForType(Type, InvocationInfo)

public static System.Collections.Generic.List<string> GetBreakingChangeMessagesForType (Type type, System.Management.Automation.InvocationInfo invocationInfo);
static member GetBreakingChangeMessagesForType : Type * System.Management.Automation.InvocationInfo -> System.Collections.Generic.List<string>
Public Shared Function GetBreakingChangeMessagesForType (type As Type, invocationInfo As InvocationInfo) As List(Of String)

Parameters

type
Type
invocationInfo
InvocationInfo

Returns

Applies to