CodeStruct2.Parts Property

Definition

Gets partial classes associated with a struct.

public:
 property EnvDTE::CodeElements ^ Parts { EnvDTE::CodeElements ^ get(); };
[System.Runtime.InteropServices.DispId(203)]
public EnvDTE.CodeElements Parts { [System.Runtime.InteropServices.DispId(203)] get; }
[<System.Runtime.InteropServices.DispId(203)>]
[<get: System.Runtime.InteropServices.DispId(203)>]
member this.Parts : EnvDTE.CodeElements
Public ReadOnly Property Parts As CodeElements

Property Value

Returns a list of partial classes associated with this struct.

Attributes

Remarks

Note

The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same.

Applies to