Resolves the lightweight components in this assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ResolveAllLightWeightComponents( _
ByVal WarnUser As System.Boolean _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IAssemblyDoc
Dim WarnUser As System.Boolean
Dim value As System.Integer
value = instance.ResolveAllLightWeightComponents(WarnUser) |
C# | |
---|
System.int ResolveAllLightWeightComponents(
System.bool WarnUser
) |
C++/CLI | |
---|
System.int ResolveAllLightWeightComponents(
& System.bool WarnUser
) |
Parameters
- WarnUser
True prompts the user to resolve components, false does not
Return Value
Status of resolving the components as defined in swComponentResolveStatus_e
Example
Remarks
See Also