CodeGraphNodeIdTypeBuilder.Indirection Property
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)
Syntax
'Declaration
Public Property Indirection As Integer
public int Indirection { get; set; }
public:
property int Indirection {
int get ();
void set (int value);
}
member Indirection : int with get, set
function get Indirection () : int
function set Indirection (value : int)
Property Value
Type: Int32
Returns Int32.
.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
CodeGraphNodeIdTypeBuilder Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace