ExecutionState.GetNewLabelExtendedProperties 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.
Label's extended properties.
public virtual System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string,string>> GetNewLabelExtendedProperties ();
abstract member GetNewLabelExtendedProperties : unit -> System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>>
override this.GetNewLabelExtendedProperties : unit -> System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>>
Public Overridable Function GetNewLabelExtendedProperties () As List(Of KeyValuePair(Of String, String))