IVsComponentEnumeratorFactory4.GetReferencePathsForTargetFramework Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaración
Function GetReferencePathsForTargetFramework ( _
TargetFrameworkMoniker As String, _
<OutAttribute> ByRef ppEnumerator As IEnumComponents _
) As Integer
'Uso
Dim instance As IVsComponentEnumeratorFactory4
Dim TargetFrameworkMoniker As String
Dim ppEnumerator As IEnumComponents
Dim returnValue As Integer
returnValue = instance.GetReferencePathsForTargetFramework(TargetFrameworkMoniker, _
ppEnumerator)
int GetReferencePathsForTargetFramework(
string TargetFrameworkMoniker,
out IEnumComponents ppEnumerator
)
int GetReferencePathsForTargetFramework(
[InAttribute] String^ TargetFrameworkMoniker,
[OutAttribute] IEnumComponents^% ppEnumerator
)
abstract GetReferencePathsForTargetFramework :
TargetFrameworkMoniker:string *
ppEnumerator:IEnumComponents byref -> int
function GetReferencePathsForTargetFramework(
TargetFrameworkMoniker : String,
ppEnumerator : IEnumComponents
) : int
Parameters
- TargetFrameworkMoniker
Type: System.String
[in] String that identifies the target framework.
- ppEnumerator
Type: Microsoft.VisualStudio.Shell.Interop.IEnumComponents%
[out] Pointer that gets set to a pointer to a [IEnumComponents] interface.
Return Value
Type: System.Int32
Returns S_OK if the enumerator was set.
.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.
See Also
Reference
IVsComponentEnumeratorFactory4 Interface