IDiscussionArtifactPlugin.CanResolve Method
Namespace: Microsoft.TeamFoundation.Discussion.Server
Assembly: Microsoft.TeamFoundation.Discussion.Server (in Microsoft.TeamFoundation.Discussion.Server.dll)
Syntax
'Declaration
Function CanResolve ( _
artifact As ArtifactId _
) As Boolean
bool CanResolve(
ArtifactId artifact
)
bool CanResolve(
ArtifactId^ artifact
)
abstract CanResolve :
artifact:ArtifactId -> bool
function CanResolve(
artifact : ArtifactId
) : boolean
Parameters
- artifact
Type: Microsoft.TeamFoundation.ArtifactId
Return Value
Type: System.Boolean
Returns Boolean.
.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.