_EnvironmentHelp.PreferredCollection Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Property PreferredCollection As String
string PreferredCollection { get; set; }
property String^ PreferredCollection {
    String^ get ();
    void set (String^ value);
}
abstract PreferredCollection : string with get, set
function get PreferredCollection () : String
function set PreferredCollection (value : String)

Property Value

Type: System.String
The preferred collection.

.NET Framework Security

See Also

Reference

_EnvironmentHelp Interface

EnvDTE Namespace