CodeStruct2.Parts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.