VCCodeDelegate.Type Property
Gets or sets an object representing the programmatic type.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
声明
Property Type As CodeTypeRef
用法
Dim instance As VCCodeDelegate
Dim value As CodeTypeRef
value = instance.Type
instance.Type = value
CodeTypeRef Type { get; set; }
property CodeTypeRef^ Type {
CodeTypeRef^ get ();
void set (CodeTypeRef^ value);
}
function get Type () : CodeTypeRef
function set Type (value : CodeTypeRef)
Property Value
Type: CodeTypeRef
A CodeTypeRef object.
Remarks
Type may return Nothing or nulla null reference (Nothing in Visual Basic) for languages that have a notion of a default type.
Permissions
- 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.