Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- offset
Type: System.Int32
- message
Type: System.String%
- start
Type: System.Int32%
- length
Type: System.Int32%
Return Value
Type: System.Boolean
.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.
See Also
Reference
IXamlFileInformationContext Interface
IXamlFileInformationContext Members