Metoda EmbeddedImage.IsValidMimeType
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Shared Function IsValidMimeType ( _
mimeType As String _
) As Boolean
'Użycie
Dim mimeType As String
Dim returnValue As Boolean
returnValue = EmbeddedImage.IsValidMimeType(mimeType)
public static bool IsValidMimeType(
string mimeType
)
public:
static bool IsValidMimeType(
String^ mimeType
)
static member IsValidMimeType :
mimeType:string -> bool
public static function IsValidMimeType(
mimeType : String
) : boolean
Parametry
- mimeType
Typ: System.String
Ciąg wejściowy.
Wartość zwracana
Typ: System.Boolean
A wartość logiczna value.
Zobacz także