PublishServiceCallback<TServiceType> 대리자
개체에서 서비스의 인스턴스를 게시해야 할 때 다시 호출되는 제네릭 대리자입니다.
네임스페이스: Microsoft.Windows.Design
어셈블리: Microsoft.Windows.Design.Extensibility(Microsoft.Windows.Design.Extensibility.dll)
구문
‘선언
Public Delegate Function PublishServiceCallback(Of TServiceType) As TServiceType
public delegate TServiceType PublishServiceCallback<TServiceType>()
generic<typename TServiceType>
public delegate TServiceType PublishServiceCallback()
type PublishServiceCallback =
delegate of unit -> 'TServiceType
JScript에서는 제네릭 형식이나 메서드를 지원하지 않습니다.
Type 매개 변수
- TServiceType
반환 값
형식: TServiceType
지정된 서비스 형식의 인스턴스입니다.
설명
Publish 메서드를 사용하여 서비스를 게시합니다.
참고 항목
참조
Microsoft.Windows.Design 네임스페이스