Share via


IUserFileContributor.GetConfigurationDependentProperties Method

Returns a list of the configuration dependent properties that should be routed to the .user file.

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

Syntax

'Declaration
Function GetConfigurationDependentProperties As String()
'Usage
Dim instance As IUserFileContributor
Dim returnValue As String()

returnValue = instance.GetConfigurationDependentProperties()
string[] GetConfigurationDependentProperties()
array<String^>^ GetConfigurationDependentProperties()
function GetConfigurationDependentProperties() : String[]
abstract GetConfigurationDependentProperties : unit -> string[] 

Return Value

Type: array<System.String[]

.NET Framework Security

See Also

Reference

IUserFileContributor Interface

IUserFileContributor Members

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