次の方法で共有


ImageHelper.TryParseIconLocation Method

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'宣言
Public Shared Function TryParseIconLocation ( _
    resource As String, _
    <OutAttribute> ByRef filename As String, _
    <OutAttribute> ByRef index As Integer _
) As Boolean
public static bool TryParseIconLocation(
    string resource,
    out string filename,
    out int index
)

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ImageHelper Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace