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
- 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
IUserFileContributor Interface
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace