DatabaseProjectConfig.IDatabaseProjectConfiguration.GetConfigurationProperty Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Private Function GetConfigurationProperty ( _
propertyName As String, _
resetCache As Boolean, _
evaluation As PropertyValueType _
) As String Implements IDatabaseProjectConfiguration.GetConfigurationProperty
'Usage
Dim instance As DatabaseProjectConfig
Dim propertyName As String
Dim resetCache As Boolean
Dim evaluation As PropertyValueType
Dim returnValue As String
returnValue = CType(instance, IDatabaseProjectConfiguration).GetConfigurationProperty(propertyName, _
resetCache, evaluation)
string IDatabaseProjectConfiguration.GetConfigurationProperty(
string propertyName,
bool resetCache,
PropertyValueType evaluation
)
private:
virtual String^ GetConfigurationProperty(
String^ propertyName,
bool resetCache,
PropertyValueType evaluation
) sealed = IDatabaseProjectConfiguration::GetConfigurationProperty
JScript does not support explicit interface implementations.
private abstract GetConfigurationProperty :
propertyName:string *
resetCache:bool *
evaluation:PropertyValueType -> string
private override GetConfigurationProperty :
propertyName:string *
resetCache:bool *
evaluation:PropertyValueType -> string
Parameters
- propertyName
Type: System.String
- resetCache
Type: System.Boolean
- evaluation
Type: Microsoft.Data.Schema.Common.PropertyValueType
Return Value
Type: System.String
Implements
IDatabaseProjectConfiguration.GetConfigurationProperty(String, Boolean, PropertyValueType)
.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
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace