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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectUserFileContributor Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace