Compartilhar via


Método IDatabaseProjectUserFileContributor.GetConfigurationIndependentProperties

Retorna as propriedades de configuração independente que são mantidas no arquivo do usuário.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Function GetConfigurationIndependentProperties As String()
string[] GetConfigurationIndependentProperties()
array<String^>^ GetConfigurationIndependentProperties()
abstract GetConfigurationIndependentProperties : unit -> string[] 
function GetConfigurationIndependentProperties() : String[]

Valor de retorno

Tipo: array<System.String[]
Uma lista de todos os nomes de propriedade para persistir.

Segurança do .NET Framework

Consulte também

Referência

IDatabaseProjectUserFileContributor Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project