Share via


ProjectLink.GlobalPropertiesEnumerable Method

Definition

Allows enumeration over the keys and values in the global properties dictionary. This provides a default implementation to avoid a breaking change, but it can be overriden for performance.

public:
 virtual System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ GlobalPropertiesEnumerable();
public virtual System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> GlobalPropertiesEnumerable ();
abstract member GlobalPropertiesEnumerable : unit -> seq<System.Collections.Generic.KeyValuePair<string, string>>
override this.GlobalPropertiesEnumerable : unit -> seq<System.Collections.Generic.KeyValuePair<string, string>>
Public Overridable Function GlobalPropertiesEnumerable () As IEnumerable(Of KeyValuePair(Of String, String))

Returns

An enumerable of the keys and values in the global properties dictionary

Applies to