IVsItemTypeResolutionSite.AddReference Method

Adds a reference to the project.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

‘선언
Function AddReference ( _
    bstrReferencePath As String _
) As Integer
‘사용 방법
Dim instance As IVsItemTypeResolutionSite
Dim bstrReferencePath As String
Dim returnValue As Integer

returnValue = instance.AddReference(bstrReferencePath)
int AddReference(
    string bstrReferencePath
)
int AddReference(
    [InAttribute] String^ bstrReferencePath
)
abstract AddReference : 
        bstrReferencePath:string -> int 
function AddReference(
    bstrReferencePath : String
) : int

Parameters

  • bstrReferencePath
    Type: System.String
    [in] String containing the reference to add.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

.NET Framework Security

See Also

Reference

IVsItemTypeResolutionSite Interface

IVsItemTypeResolutionSite Members

Microsoft.VisualStudio.Shell.Interop Namespace