TeamFoundationIconStripHelper.GetBitmapSourceForFile Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Overridable Function GetBitmapSourceForFile ( _
    filename As String, _
    <OutAttribute> ByRef themeIcon As Boolean _
) As BitmapSource
public virtual BitmapSource GetBitmapSourceForFile(
    string filename,
    out bool themeIcon
)
public:
virtual BitmapSource^ GetBitmapSourceForFile(
    String^ filename, 
    [OutAttribute] bool% themeIcon
)
abstract GetBitmapSourceForFile : 
        filename:string * 
        themeIcon:bool byref -> BitmapSource  
override GetBitmapSourceForFile : 
        filename:string * 
        themeIcon:bool byref -> BitmapSource
public function GetBitmapSourceForFile(
    filename : String, 
    themeIcon : boolean
) : BitmapSource

Parameters

Return Value

Type: System.Windows.Media.Imaging.BitmapSource

.NET Framework Security

See Also

Reference

TeamFoundationIconStripHelper Class

Microsoft.TeamFoundation.Controls Namespace