ModelingErrorListProvider.IVsRunningDocTableEvents.OnAfterAttributeChange – metoda
IVsRunningDocTableEvents.OnAfterAttributeChange
Obor názvů: Microsoft.VisualStudio.Modeling.Shell
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntaxe
'Deklarace
Private Function OnAfterAttributeChange ( _
docCookie As UInteger, _
grfAttribs As UInteger _
) As Integer Implements IVsRunningDocTableEvents.OnAfterAttributeChange
int IVsRunningDocTableEvents.OnAfterAttributeChange(
uint docCookie,
uint grfAttribs
)
Parametry
- docCookie
Typ: System.UInt32
- grfAttribs
Typ: System.UInt32
Vrácená hodnota
Typ: System.Int32
Implementuje
IVsRunningDocTableEvents.OnAfterAttributeChange(UInt32, UInt32)
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.