_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
'Usage
Dim instance As _EnvironmentHelp 
Dim value As String 

value = instance.PreferredCollection

instance.PreferredCollection = value
string PreferredCollection { get; set; }
property String^ PreferredCollection {
    String^ get ();
    void set (String^ value);
}
function get PreferredCollection () : String 
function set PreferredCollection (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

_EnvironmentHelp Interface

_EnvironmentHelp Members

EnvDTE Namespace