EvaluateAddResult Method
Evaluates the result of an add operation.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Protected Overridable Function EvaluateAddResult ( _
result As VSADDRESULT, _
path As String _
) As ProjectItem
'Usage
Dim result As VSADDRESULT
Dim path As String
Dim returnValue As ProjectItem
returnValue = Me.EvaluateAddResult(result, _
path)
protected virtual ProjectItem EvaluateAddResult(
VSADDRESULT result,
string path
)
protected:
virtual ProjectItem^ EvaluateAddResult(
VSADDRESULT result,
String^ path
)
abstract EvaluateAddResult :
result:VSADDRESULT *
path:string -> ProjectItem
override EvaluateAddResult :
result:VSADDRESULT *
path:string -> ProjectItem
protected function EvaluateAddResult(
result : VSADDRESULT,
path : String
) : ProjectItem
Parameters
- result
Type: VSADDRESULT
The Microsoft.VisualStudio.Shell.Interop.VSADDRESULT returned by the Add methods
- path
Type: System..::..String
The full path of the item added.
Return Value
Type: ProjectItem
A ProjectItem object.
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace