Propriedade _EnvironmentHelp.PreferredCollection
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: System.String
A coleção preferida.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.