Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called to resolve the operation
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Function Resolve ( _
targetPartition As Partition _
) As Boolean
public bool Resolve(
Partition targetPartition
)
public:
bool Resolve(
Partition^ targetPartition
)
member Resolve :
targetPartition:Partition -> bool
public function Resolve(
targetPartition : Partition
) : boolean
Parameters
- targetPartition
Type: Microsoft.VisualStudio.Modeling.Partition
the containing partition
Return Value
Type: System.Boolean
true when successful, false otherwise
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.