VCCodeParameter.DefaultExpression Property
Gets or sets an object defining the initialization code for an element.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
声明
Property DefaultExpression As Object
Get
Set
Object DefaultExpression { get; set; }
property Object^ DefaultExpression {
Object^ get ();
void set (Object^ value);
}
abstract DefaultExpression : Object with get, set
function get DefaultExpression () : Object
function set DefaultExpression (value : Object)
Property Value
Type: System.Object
The initialization code for an element.
Examples
For a similar example of usage, see VCCodeParameter object.
.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.