Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.