Gets the file extension from a given file path.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'宣言
Public Shared Function GetFileExtension ( _
moniker As String _
) As String
'使用
Dim moniker As String
Dim returnValue As String
returnValue = FilePathUtilities.GetFileExtension(moniker)
public static string GetFileExtension(
string moniker
)
public:
static String^ GetFileExtension(
String^ moniker
)
public static function GetFileExtension(
moniker : String
) : String
Parameters
moniker
Type: System.StringThe file path.
Return Value
Type: System.String
The extension (lower case, preceded by ".").
Permissions
- 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.