ServiceManager.Publish<TServiceType> 메서드 (TServiceType)
지정된 형식의 지정된 서비스 인스턴스를 게시합니다.
네임스페이스: Microsoft.Windows.Design
어셈블리: Microsoft.Windows.Design.Extensibility(Microsoft.Windows.Design.Extensibility.dll)
구문
‘선언
Public Sub Publish(Of TServiceType) ( _
serviceInstance As TServiceType _
)
public void Publish<TServiceType>(
TServiceType serviceInstance
)
public:
generic<typename TServiceType>
void Publish(
TServiceType serviceInstance
)
member Publish :
serviceInstance:'TServiceType -> unit
JScript에서는 제네릭 형식이나 메서드를 지원하지 않습니다.
Type 매개 변수
- TServiceType
매개 변수
- serviceInstance
형식: TServiceType
서비스의 인스턴스입니다.
예외
예외 | 상황 |
---|---|
ArgumentNullException | serviceInstance는 nullNull 참조(Visual Basic의 경우 Nothing)입니다. |
설명
서비스는 EditingContext에서 만들어지고 나면 항상 존재합니다. 서비스를 EditingContext에서 제거할 수 없습니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.
참고 항목
참조
Microsoft.Windows.Design 네임스페이스