Automatically generates an exploded view of the current assembly configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AutoExplode() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IAssemblyDoc
Dim value As Boolean
value = instance.AutoExplode()
|
C++/CLI | |
---|
bool AutoExplode(); |
Return Value
True if the exploded view is automatically generated, false if not
Example
Remarks
See Also