ImageHelper.BitmapSourceFromIconLocation, méthode
Espace de noms : Microsoft.Internal.VisualStudio.PlatformUI
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Shared Function BitmapSourceFromIconLocation ( _
filename As String, _
index As Integer, _
large As Boolean _
) As BitmapSource
public static BitmapSource BitmapSourceFromIconLocation(
string filename,
int index,
bool large
)
Paramètres
- filename
Type : System.String
- index
Type : System.Int32
- large
Type : System.Boolean
Valeur de retour
Type : System.Windows.Media.Imaging.BitmapSource
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.