IVsImageService2.GetIconForFileEx(String, __VSUIDATAFORMAT, UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
Microsoft::VisualStudio::Shell::Interop::IVsUIObject ^ GetIconForFileEx(System::String ^ filename, Microsoft::VisualStudio::Shell::Interop::__VSUIDATAFORMAT desiredFormat, [Runtime::InteropServices::Out] System::UInt32 % iconSource);
public Microsoft.VisualStudio.Shell.Interop.IVsUIObject GetIconForFileEx (string filename, Microsoft.VisualStudio.Shell.Interop.__VSUIDATAFORMAT desiredFormat, out uint iconSource);
abstract member GetIconForFileEx : string * Microsoft.VisualStudio.Shell.Interop.__VSUIDATAFORMAT * -> Microsoft.VisualStudio.Shell.Interop.IVsUIObject
Public Function GetIconForFileEx (filename As String, desiredFormat As __VSUIDATAFORMAT, ByRef iconSource As UInteger) As IVsUIObject
Paramètres
- filename
- String
- desiredFormat
- __VSUIDATAFORMAT
- iconSource
- UInt32
Retours
Retourne IVsUIObject.