Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Called to resolve the operation
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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.Partitionthe containing partition
Return Value
Type: 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.