Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function GetReferencePathsForTargetFramework ( _
TargetFrameworkMoniker As String, _
<OutAttribute> ByRef ppEnumerator As IEnumComponents _
) As Integer
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 an 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.