다음을 통해 공유


GraphPathSerializationDictionary.Remove 메서드 (String)

System.Collections.Generic.ICollection에서 첫 번째로 발생한 특정 개체를 제거합니다.

네임스페이스:  Microsoft.VisualStudio.GraphModel
어셈블리:  Microsoft.VisualStudio.GraphModel(Microsoft.VisualStudio.GraphModel.dll)

구문

‘선언
Public Function Remove ( _
    key As String _
) As Boolean
public bool Remove(
    string key
)
public:
virtual bool Remove(
    String^ key
) sealed
abstract Remove : 
        key:string -> bool  
override Remove : 
        key:string -> bool
public final function Remove(
    key : String
) : boolean

매개 변수

  • key
    형식: String

    System.Collections.Generic.ICollection에서 제거할 항목 이름입니다.

반환 값

형식: Boolean
System.Collections.Generic.ICollection에서 항목이 성공적으로 제거되었으면 true이고, 그렇지 않으면 false입니다.이 메서드는 원래 System.Collections.Generic.ICollection에서 항목을 찾지 못한 경우에도 false를 반환합니다.

구현

IDictionary.Remove(UTP)

.NET Framework 보안

참고 항목

참조

GraphPathSerializationDictionary 클래스

Remove 오버로드

Microsoft.VisualStudio.GraphModel 네임스페이스