ProjectConfig.InternalSetConfigurationProperty Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Sub InternalSetConfigurationProperty ( _
propertyName As String, _
propertyValue As String _
)
protected void InternalSetConfigurationProperty(
string propertyName,
string propertyValue
)
protected:
void InternalSetConfigurationProperty(
String^ propertyName,
String^ propertyValue
)
member InternalSetConfigurationProperty :
propertyName:string *
propertyValue:string -> unit
protected function InternalSetConfigurationProperty(
propertyName : String,
propertyValue : String
)
Parameters
- propertyName
Type: System.String
- propertyValue
Type: 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
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace