VCConfiguration.IntrinsicPropertySheets Property
Microsoft internal use only. Do not use.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaración
Property IntrinsicPropertySheets As String
Get
Set
string IntrinsicPropertySheets { get; set; }
property String^ IntrinsicPropertySheets {
String^ get ();
void set (String^ value);
}
abstract IntrinsicPropertySheets : string with get, set
function get IntrinsicPropertySheets () : String
function set IntrinsicPropertySheets (value : String)
Property Value
Type: System.String
A 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.