Informs the project of changes to the source code control glyph for the supplied nodes.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function SccGlyphChanged ( _
affectedNodes As Integer, _
itemidAffectedNodes As UInteger(), _
newGlyphs As VsStateIcon(), _
newSccStatus As UInteger() _
) As Integer
'使用
Dim instance As ProjectNode
Dim affectedNodes As Integer
Dim itemidAffectedNodes As UInteger()
Dim newGlyphs As VsStateIcon()
Dim newSccStatus As UInteger()
Dim returnValue As Integer
returnValue = instance.SccGlyphChanged(affectedNodes, _
itemidAffectedNodes, newGlyphs, _
newSccStatus)
public virtual int SccGlyphChanged(
int affectedNodes,
uint[] itemidAffectedNodes,
VsStateIcon[] newGlyphs,
uint[] newSccStatus
)
public:
virtual int SccGlyphChanged(
int affectedNodes,
array<unsigned int>^ itemidAffectedNodes,
array<VsStateIcon>^ newGlyphs,
array<unsigned int>^ newSccStatus
)
public function SccGlyphChanged(
affectedNodes : int,
itemidAffectedNodes : uint[],
newGlyphs : VsStateIcon[],
newSccStatus : uint[]
) : int
Parameters
affectedNodes
Type: System.Int32The number of affected nodes.
itemidAffectedNodes
Type: []An array of item IDs of the affected nodes.
newGlyphs
Type: []An array of VsStateIcon glyphs.
newSccStatus
Type: []An array of status nodes associated with the nodes.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsSccProject2.SccGlyphChanged(Int32, [], [], [])
Remarks
This method is called by source code control to inform the project of changes to the source code control glyph on the specified nodes.
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.