VCPlatform2.SpewWarning – metoda
Obor názvů: Microsoft.VisualStudio.VCProjectEngine
Sestavení: Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Deklarace
Function SpewWarning ( _
dwWarningID As UInteger _
) As Boolean
bool SpewWarning(
uint dwWarningID
)
bool SpewWarning(
[InAttribute] unsigned int dwWarningID
)
abstract SpewWarning :
dwWarningID:uint32 -> bool
function SpewWarning(
dwWarningID : uint
) : boolean
Parametry
- dwWarningID
Typ: UInt32
Vrácená hodnota
Typ: Boolean
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.