IDatabaseProjectUserFileContributor.GetConfigurationIndependentProperties Method

Returns the configuration-independent 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 GetConfigurationIndependentProperties As String()
string[] GetConfigurationIndependentProperties()
array<String^>^ GetConfigurationIndependentProperties()
abstract GetConfigurationIndependentProperties : unit -> string[] 
function GetConfigurationIndependentProperties() : 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