IDatabaseProjectUserFileContributor.GetConfigurationDependentProperties Method

Returns the configuration-dependent properties that are persisted to the user. file.

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[]

Return Value

Type: array<System.String[]
A list of all the property names to persist.

.NET Framework Security

See Also

Reference

IDatabaseProjectUserFileContributor Interface

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