Share via


IXamlFileInformationContext.GetHint Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Retrieves a hint string for the specified location.

Namespace:  Microsoft.Xaml
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Function GetHint ( _
    offset As Integer, _
    <OutAttribute> ByRef message As String, _
    <OutAttribute> ByRef start As Integer, _
    <OutAttribute> ByRef length As Integer _
) As Boolean
'Usage
Dim instance As IXamlFileInformationContext 
Dim offset As Integer 
Dim message As String 
Dim start As Integer 
Dim length As Integer 
Dim returnValue As Boolean 

returnValue = instance.GetHint(offset, _
    message, start, length)
bool GetHint(
    int offset,
    out string message,
    out int start,
    out int length
)
bool GetHint(
    int offset, 
    [OutAttribute] String^% message, 
    [OutAttribute] int% start, 
    [OutAttribute] int% length
)
function GetHint(
    offset : int, 
    message : String, 
    start : int, 
    length : int
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IXamlFileInformationContext Interface

IXamlFileInformationContext Members

Microsoft.Xaml Namespace

Other Resources

WPF Designer Extensibility