Share via


TraceLoggingService.GetPropertyDelegate Delegate

Property request delegate.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.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

  • propertyName
    Type: String

Return Value

Type: String

See Also

Reference

Microsoft.VisualStudio.IntelliTrace Namespace