Share via


IdentifierHostItemNode.SetIdentifierInternal Method

In a derived class, sets the identifier of the host item.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Protected Friend Sub SetIdentifierInternal ( _
    value As String _
)
'Usage
Dim value As String 

Me.SetIdentifierInternal(value)
protected internal void SetIdentifierInternal(
    string value
)
protected public:
void SetIdentifierInternal(
    String^ value
)
protected internal function SetIdentifierInternal(
    value : String
)

Parameters

.NET Framework Security

See Also

Reference

IdentifierHostItemNode Class

IdentifierHostItemNode Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace