Share via


TraceLoggingService.GetPropertyDelegate Delegate

Property request delegate.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Delegate Function GetPropertyDelegate ( _
    session As TraceLoggingSession, _
    propertyName As String _
) As String
public delegate string GetPropertyDelegate(
    TraceLoggingSession session,
    string propertyName
)
public delegate String^ GetPropertyDelegate(
    TraceLoggingSession^ session, 
    String^ propertyName
)
type GetPropertyDelegate = 
    delegate of  
        session:TraceLoggingSession * 
        propertyName:string -> string
JScript does not support delegates.

Parameters

Return Value

Type: System.String

See Also

Reference

Microsoft.VisualStudio.IntelliTrace Namespace