FlavoredProjectBase.IVsHierarchy.GetCanonicalName Method
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Private Function GetCanonicalName ( _
itemId As UInteger, _
<OutAttribute> ByRef name As String _
) As Integer Implements IVsHierarchy.GetCanonicalName
int IVsHierarchy.GetCanonicalName(
uint itemId,
out string name
)
private:
virtual int GetCanonicalName(
unsigned int itemId,
[OutAttribute] String^% name
) sealed = IVsHierarchy::GetCanonicalName
private abstract GetCanonicalName :
itemId:uint32 *
name:string byref -> int
private override GetCanonicalName :
itemId:uint32 *
name:string byref -> int
JScript does not support explicit interface implementations.
Parameters
- itemId
Type: UInt32
- name
Type: String%
Return Value
Type: Int32
The HRESULT.
Implements
IVsHierarchy.GetCanonicalName(UInt32, String%)
.NET Framework Security
- 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.