Creates and adds an
Allocation to the
Allocations collection and associates it with this
FramePart.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Function CreateAllocationAndAssociate() As Allocation |
C# | |
---|
public abstract Allocation CreateAllocationAndAssociate() |
C++/CLI | |
---|
public:
abstract Allocation^ CreateAllocationAndAssociate(); |
Return Value
Allocation that was created
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also