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