IDatabaseProjectUserFileContributor.GetConfigurationDependentProperties-Methode

Gibt die konfigurationsabhängigen Eigenschaften zurück, die in der USER- Datei beibehalten werden.

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

Syntax

'Declaration
Function GetConfigurationDependentProperties As String()
string[] GetConfigurationDependentProperties()
array<String^>^ GetConfigurationDependentProperties()
abstract GetConfigurationDependentProperties : unit -> string[] 
function GetConfigurationDependentProperties() : String[]

Rückgabewert

Typ: array<System.String[]
Eine Liste aller Eigenschaftennamen, die beibehalten werden sollen.

.NET Framework-Sicherheit

Siehe auch

Referenz

IDatabaseProjectUserFileContributor Schnittstelle

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