ProjectLink.GlobalPropertiesEnumerable 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.
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